Skip to content

Commit ee829eb

Browse files
authored
Update composer.json
1 parent 256b306 commit ee829eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1.3|^8.0",
14+
"php": "^8.0",
1515
"alymosul/exponent-server-sdk-php": "1.3.*",
16-
"laravel/framework": "^5.6 | ^6.0 | ^7.0 | ^8.0 | ^9.0"
16+
"laravel/framework": "^9.0"
1717
},
1818
"require-dev": {
19-
"mockery/mockery": "^0.9.5||^1.0",
20-
"phpunit/phpunit": "~5.4||~5.7||~6.0||^7.0||^8.0||^9.0",
21-
"orchestra/testbench": "~3.3||~4.0||^6.0"
19+
"mockery/mockery": "^1.5.0",
20+
"phpunit/phpunit": "^9.0",
21+
"orchestra/testbench": "^7.1.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)