Skip to content

Commit 28ebcd4

Browse files
committed
feat(dependencies): Add dotcms/php-sdk and update composer.json
- Included dotcms/php-sdk version 1.0.0 in composer.json for enhanced functionality. - Added a path repository to composer.json for local development.
1 parent 2987cf6 commit 28ebcd4

2 files changed

Lines changed: 530 additions & 1 deletion

File tree

examples/dotcms-laravel/composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@
88
"framework"
99
],
1010
"license": "MIT",
11+
"repositories": [
12+
{
13+
"type": "path",
14+
"url": "../../"
15+
}
16+
],
1117
"require": {
1218
"php": "^8.2",
19+
"dotcms/php-sdk": "^1.0.0",
1320
"laravel/framework": "^12.0",
1421
"laravel/tinker": "^2.10.1"
1522
},

0 commit comments

Comments
 (0)