Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit e9d7278

Browse files
committed
Dependencies changed: php, laravel/framework, orchestra/testbench, phpunit/phpunit
1 parent e633005 commit e9d7278

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
@@ -20,12 +20,12 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.1",
24-
"laravel/framework": "^5.5|^6.0|^7.0|^8.0"
23+
"php": "^7.3|^8.0",
24+
"laravel/framework": "^7.0|^8.0"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "~3.0",
28-
"phpunit/phpunit": "6.*|7.*"
27+
"orchestra/testbench": "5.*|6.*",
28+
"phpunit/phpunit": "^9.1"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)