We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a06b14 commit 0b767b7Copy full SHA for 0b767b7
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "guysolamour/laravel-commands",
3
- "description": "As suit of useful commands for laravel",
+ "description": "As suit of useful artisan commands for laravel",
4
"license": "MIT",
5
"keywords": [
6
"command","laravel","artisan"
@@ -15,8 +15,8 @@
15
}
16
],
17
"require": {
18
- "php": ">=7.2",
19
- "illuminate/support": "^6.0|^7.0|^8.0",
+ "php": "^8.0",
+ "illuminate/support": "^7.0|^8.0",
20
"spatie/laravel-db-snapshots": "^2.0"
21
},
22
"require-dev": {
0 commit comments