Skip to content

Commit efa8145

Browse files
authored
Add Laravel 12 Support (#11)
1 parent 16c24a5 commit efa8145

13 files changed

+11603
-36
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2609f93b447196d3e960859334aa9fb5219d254b

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
######## Composer ########
99
##################################
1010
/vendor/
11-
composer.lock
1211
auth.json
1312
mpc
1413

.idea/blade.xml

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

.idea/codeception.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/laravel-idea.xml

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

.idea/mergemodels.iml

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

.idea/php.xml

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

.idea/phpspec.xml

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

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@
3030
}
3131
},
3232
"require": {
33-
"illuminate/support": "^11.0",
34-
"illuminate/database": "^11.0",
33+
"illuminate/support": "^11|^12",
34+
"illuminate/database": "^11|^12",
3535
"phpgenesis/common": "^0.3"
3636
},
3737
"require-dev": {
38-
"larastan/larastan": "^2.9",
39-
"orchestra/testbench": "^9.1",
38+
"larastan/larastan": "^3",
39+
"orchestra/testbench": "^10",
4040
"pestphp/pest": "^3.0",
4141
"phpstan/extension-installer": "^1.4",
42-
"rector/rector": "^1.1",
42+
"rector/rector": "^2.0",
4343
"tightenco/duster": "^3.0",
44-
"tomasvotruba/cognitive-complexity": "^0.2.3"
44+
"tomasvotruba/cognitive-complexity": "^1.0"
4545
},
4646
"autoload": {
4747
"psr-4": {

0 commit comments

Comments
 (0)