Skip to content

Commit c7a19cd

Browse files
committed
chore(composer): Clean up composer.json and add composer.lock for dotCMS PHP example
- Removed unnecessary repositories section from composer.json. - Added composer.lock file to lock dependencies for the dotCMS PHP example.
1 parent 35f1e2f commit c7a19cd

3 files changed

Lines changed: 2228 additions & 423 deletions

File tree

examples/dotcms-php/composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
"name": "dotcms/php-example",
33
"description": "Example of using dotCMS PHP SDK",
44
"type": "project",
5-
"repositories": [
6-
{
7-
"type": "path",
8-
"url": "../../"
9-
}
10-
],
115
"require": {
126
"php": "^8.2",
137
"dotcms/php-sdk": "^1.0.0"

0 commit comments

Comments
 (0)