Skip to content

Commit

Permalink
Merge pull request #92 from jmarcher/patch-1
Browse files Browse the repository at this point in the history
Update composer.json PHP8.2 compatibility
  • Loading branch information
specialtactics authored May 14, 2023
2 parents 49588cd + 2628ad0 commit 3ad4885
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 3ad4885

Please sign in to comment.