Skip to content

Commit 248a9fa

Browse files
committed
Update composer.json
- Drop support PHP 7.1 - Drop support Laravel 5.x
1 parent 2ab8a3f commit 248a9fa

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
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3 || ^8.0",
20-
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"
19+
"php": "^7.2.5 || ^8.0",
20+
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
24-
"orchestra/testbench": "^3.5 || ^4.0 || ^5.0 || ^6.0",
23+
"phpunit/phpunit": "^8.5 || ^9.0",
24+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
2525
"squizlabs/php_codesniffer": "^3.4",
2626
"mockery/mockery": "^1.3"
2727
},

0 commit comments

Comments
 (0)