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

Commit 53815c2

Browse files
authored
removed the need to keep bumping laravel support
1 parent 3441369 commit 53815c2

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

composer.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,14 @@
88
"name": "Frank Clark",
99
"email": "frank.clark@sharp-stream.com"
1010
}
11-
],
11+
],
1212
"require": {
13-
"php": "^7.1.3|^8.0",
14-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
15-
"illuminate/console": "^5.0|^6.0|^7.0|^8.0",
16-
"illuminate/filesystem": "^5.0|^6.0|^7.0|^8.0",
17-
"symfony/class-loader": "^2.3|^3.0"
13+
"php": ">=7.1.3",
14+
"laravel/framework": ">=5.6"
1815
},
1916
"require-dev": {
20-
"illuminate/config": "^5.0|^6.0",
21-
"illuminate/view": "^5.0|^6.0",
17+
"illuminate/config": ">=5.6",
18+
"illuminate/view": ">=5.6",
2219
"phpunit/phpunit" : "4.*",
2320
"scrutinizer/ocular": "~1.1",
2421
"squizlabs/php_codesniffer": "~2.3",

0 commit comments

Comments
 (0)