Skip to content

Commit 0b767b7

Browse files
committed
drop php 7 and laravel 6 support
1 parent 8a06b14 commit 0b767b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "guysolamour/laravel-commands",
3-
"description": "As suit of useful commands for laravel",
3+
"description": "As suit of useful artisan commands for laravel",
44
"license": "MIT",
55
"keywords": [
66
"command","laravel","artisan"
@@ -15,8 +15,8 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.2",
19-
"illuminate/support": "^6.0|^7.0|^8.0",
18+
"php": "^8.0",
19+
"illuminate/support": "^7.0|^8.0",
2020
"spatie/laravel-db-snapshots": "^2.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)