Skip to content

Commit 2f9df2b

Browse files
committed
PSR-12. Add support L6.x
1 parent 53dfb19 commit 2f9df2b

File tree

9 files changed

+65
-781
lines changed

9 files changed

+65
-781
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
vendor/
33
.DS_Store
4+
composer.lock

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
],
1010
"require": {
1111
"php": ">=7.0",
12-
"illuminate/support": "^5.2",
13-
"illuminate/database": "^5.2",
14-
"illuminate/console": "^5.2"
12+
"illuminate/support": ">=5.2",
13+
"illuminate/database": ">=5.2",
14+
"illuminate/console": ">=5.2"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)