Skip to content

Commit ea40607

Browse files
authored
Merge pull request #36 from negoziator/feature/laravel-10-support
Support for Laravel 10 and PHPUnit 10.
2 parents 13f658f + 773ca8c commit ea40607

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
},
2222
"require": {
2323
"php": "^7.3|^7.4|^8.0|^8.1|^8.2",
24-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
25-
"illuminate/container": "^6.0|^7.0|^8.0|^9.0",
26-
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
27-
"illuminate/hashing": "^6.0|^7.0|^8.0|^9.0",
24+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
25+
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0",
26+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0",
27+
"illuminate/hashing": "^6.0|^7.0|^8.0|^9.0|^10.0",
2828
"aws/aws-sdk-php": "^3.0"
2929
},
3030
"require-dev": {
31-
"illuminate/auth": "^6.0|^7.0|^8.0|^9.0",
32-
"symfony/var-dumper": "^5.0",
33-
"vlucas/phpdotenv": "^4.1",
31+
"illuminate/auth": "^6.0|^7.0|^8.0|^9.0|^10.0",
32+
"symfony/var-dumper": "^5.0|^6.0",
33+
"vlucas/phpdotenv": "^4.1|^5.0",
3434
"mockery/mockery": "^1.3",
35-
"phpunit/phpunit": "^8.0|^9.0"
35+
"phpunit/phpunit": "^8.0|^9.0|^10.0"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)