Skip to content

Commit 216b72e

Browse files
authored
Merge pull request #93 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 933205d + ab48cb1 commit 216b72e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.0",
14+
"php": "^8.1",
1515
"alymosul/exponent-server-sdk-php": "1.3.*",
16-
"laravel/framework": "^9.0"
16+
"laravel/framework": "^10.0"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "^1.5.0",
20-
"phpunit/phpunit": "^9.0",
21-
"orchestra/testbench": "^7.1.0"
20+
"phpunit/phpunit": "^9.5.10",
21+
"orchestra/testbench": "^8.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)