Skip to content

Commit a30f51a

Browse files
onairmarcEncoreBot
andauthored
Restore Laravel 10 Support with Version Checks (#69)
Co-authored-by: EncoreBot <ghbot@encoredigitalgroup.com>
1 parent 8a819db commit a30f51a

File tree

11 files changed

+7216
-4
lines changed

11 files changed

+7216
-4
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ d676999a6145177a6f61007806f5b95f1df868bd
3737
8334d091011e09e060e476cb29a17239627e9a39
3838
edb78e6307a371aff090127ce28aae9369605af8
3939
25c8e2da0ba2d49965926137dd8c26aede06ff32
40+
d4b03b64fcfc69e247b12f5f4afa4bd5f90ce5ab
41+
aa3797614d9280deb1b174d4878d484f2695efec

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
######## Composer ########
99
##################################
1010
/vendor/
11-
composer.lock
1211
auth.json
13-
mpc
1412

1513
##################################
1614
######## Node & NPM ########

.idea/php.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/stdlib.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"require": {
1616
"php": "^8.3",
1717
"composer/composer": "^2.8",
18-
"illuminate/collections": "^11|^12",
19-
"illuminate/support": "^11|^12",
18+
"illuminate/collections": "^10|^11|^12",
19+
"illuminate/support": "^10|^11|^12",
2020
"ramsey/uuid": "^4.7",
2121
"symfony/property-access": "^7.2",
2222
"symfony/serializer": "^7.2"

0 commit comments

Comments
 (0)