Skip to content

Commit ccf28fa

Browse files
committed
Expand the range of illuminate/collections versions
1 parent 1dad933 commit ccf28fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/.idea/
1+
/.*
2+
!/.github/
23
/runtime/
34
/vendor/
45
.env

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"require-dev": {
4848
"doctrine/collections": "^1.6 || ^2.0",
49-
"illuminate/collections": "^8.0",
49+
"illuminate/collections": "9 - 11",
5050
"loophp/collection": "^6.0 || ^7.0",
5151
"mockery/mockery": "^1.1",
5252
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)