Skip to content

Commit c4cefc8

Browse files
authored
Add Laravel 12 Support (#41)
1 parent f54fafe commit c4cefc8

File tree

6 files changed

+11444
-3
lines changed

6 files changed

+11444
-3
lines changed

.gitignore

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

1312
##################################
1413
######## Node & NPM ########

.idea/PlanningCenter-PHP-SDK.iml

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

.idea/laravel-idea.xml

Lines changed: 5 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: 8 additions & 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
@@ -27,11 +27,11 @@
2727
},
2828
"require": {
2929
"php": "^8.3",
30-
"illuminate/support": "^10.0|^11.0",
30+
"illuminate/support": "^10|^11|^12",
3131
"phpgenesis/http": "^0.3"
3232
},
3333
"require-dev": {
34-
"orchestra/testbench": "^9.6",
34+
"orchestra/testbench": "^10",
3535
"pestphp/pest": "^3.5",
3636
"pestphp/pest-plugin-laravel": "^3.0",
3737
"phpgenesis/devutilities": "^0.3",

0 commit comments

Comments
 (0)