Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ncou committed Nov 27, 2021
1 parent 4848dcf commit 600fac5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,21 @@
"homepage": "https://github.com/ncou/Chiron-HttpExceptions",
"license": "MIT",
"require": {
"php": ">=7.0"
"php": "^8.0|^8.1"
},
"autoload": {
"psr-4": {
"psr-4": {
"Chiron\\Http\\Exception\\": "src"
}
}
},
"autoload-dev" : {
"psr-4": { "Chiron\\Tests\\Http\\Exception\\" : "tests/" }
"psr-4": { "Chiron\\Tests\\Http\\Exception\\" : "tests/" }
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpstan/phpstan": "^0.9.2"
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"chiron/coding-standard": "^3.0"
},
"scripts": {
"phpunit": "phpunit --colors=always",
Expand Down

0 comments on commit 600fac5

Please sign in to comment.