Skip to content

Commit 3c0a9cb

Browse files
authored
Add PHPGenesis v1.0 Support (#72)
1 parent d55dfc3 commit 3c0a9cb

19 files changed

+431
-326
lines changed

.idea/PlanningCenter-PHP-SDK.iml

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

.idea/codestream.xml

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

.idea/php.xml

Lines changed: 3 additions & 3 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
@@ -28,13 +28,13 @@
2828
"require": {
2929
"php": "^8.3",
3030
"illuminate/support": "^10|^11|^12",
31-
"phpgenesis/http": "^0.3"
31+
"phpgenesis/http": "^0.3|^1.0"
3232
},
3333
"require-dev": {
3434
"orchestra/testbench": "^10",
3535
"pestphp/pest": "^3.5",
3636
"pestphp/pest-plugin-laravel": "^3.0",
37-
"phpgenesis/devutilities": "^0.3",
37+
"phpgenesis/devutilities": "^0.3|1.0",
3838
"phpstan/extension-installer": "^1.3",
3939
"phpstan/phpstan": "^2.0",
4040
"rector/rector": "^2.0",

0 commit comments

Comments
 (0)