Skip to content

Commit 52763b9

Browse files
author
Ilya Sakovich
authored
Merge pull request #13 from klimov-paul/laravel-6.0
Add support for "illuminate/support" 6.0
2 parents 84cc645 + 76f63d8 commit 52763b9

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# IDE
2+
.idea
3+
4+
# composer
15
vendor
26
composer.lock
3-
.idea
7+
8+
# phpunit
9+
/phpunit.xml
10+
.phpunit.result.cache

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"require": {
77
"php": ">=7.1",
88
"ext-json": "*",
9-
"illuminate/support": "5.8.*"
9+
"illuminate/support": "^5.8|^6.0"
1010
},
1111
"require-dev": {
12-
"orchestra/testbench": "~3.0"
12+
"orchestra/testbench": "^3.8"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)