Skip to content

Commit 27cb8a2

Browse files
Merge pull request #1 from pedro-santiago/patch-1
Laravel 10 Compatibility!
2 parents f514843 + 6c3c2ca commit 27cb8a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"require": {
2121
"php": "^8.0",
2222
"guzzlehttp/guzzle": "^7.4",
23-
"laravel/framework": "^7.0|^8.0|^9.0"
23+
"laravel/framework": "^7.0|^8.0|^9.0|^10.0"
2424
},
2525
"require-dev": {
2626
"brianium/paratest": "^6.3",
2727
"friendsofphp/php-cs-fixer": "^3.2",
28-
"nunomaduro/collision": "^5.10",
28+
"nunomaduro/collision": "^5.10|^6.0|^7.0",
2929
"orchestra/testbench": "^6.23",
30-
"phpunit/phpunit": "^9.5"
30+
"phpunit/phpunit": "^9.5|^10.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)