Skip to content

Commit 77d1812

Browse files
Drop support for Laravel 8 and PHP 7
1 parent e4b3d7d commit 77d1812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.3|^8.0",
14-
"illuminate/testing": "^8.0|^9.0|^10.0",
13+
"php": "^8.0",
14+
"illuminate/testing": "^9.0|^10.0",
1515
"mockery/mockery": "^1.4.2",
1616
"phpunit/phpunit": "^9.3.3|^10.0"
1717
},

0 commit comments

Comments
 (0)