Skip to content

Commit

Permalink
Update composer.json PHP8.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarcher authored May 11, 2023
1 parent 49588cd commit 2628ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"php": "^7.2.5|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0",
"doctrine/annotations": "~1.2",
"doctrine/annotations": "~1.2 | ^2.0",
"phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.0",
"phpunit/phpunit": "^6.5|^8.3|^9.0"
"phpunit/phpunit": "^6.5|^8.3|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2628ad0

Please sign in to comment.