Skip to content

Commit

Permalink
Added support to Laravel 10, PHP 8.1 and PHPUnit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensrocha committed Feb 18, 2023
1 parent aad37df commit 9c740a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^7.4 || ^8.0 || ^8.1",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand All @@ -41,11 +41,11 @@
},
"require-dev": {
"ergebnis/phpstan-rules": "^0.15.0",
"illuminate/console": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/console": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": "^8.0|^9.0|^10.0",
"rector/rector": "0.11.56",
"symfony/var-dumper": "^4.2|^5.0|^6.0",
"thecodingmachine/phpstan-strict-rules": "^0.12.0"
Expand Down

0 comments on commit 9c740a9

Please sign in to comment.