Skip to content

Commit 859d6c5

Browse files
authored
Merge pull request #6 from dotCMS/update-examples-versions
chore(composer): Update dotCMS PHP SDK version in examples
2 parents 9271f40 + 5c4cc43 commit 859d6c5

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

examples/dotcms-laravel/composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
"framework"
99
],
1010
"license": "MIT",
11-
"repositories": [
12-
{
13-
"type": "path",
14-
"url": "../../"
15-
}
16-
],
1711
"require": {
1812
"php": "^8.2",
1913
"dotcms/php-sdk": "^1.0.0",

examples/dotcms-php/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^8.2",
13-
"dotcms/php-sdk": "dev-main"
13+
"dotcms/php-sdk": "^1.0.0"
1414
},
1515
"autoload": {
1616
"psr-4": {

examples/dotcms-symfony/composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@
33
"license": "proprietary",
44
"minimum-stability": "stable",
55
"prefer-stable": true,
6-
"repositories": [
7-
{
8-
"type": "path",
9-
"url": "../../"
10-
}
11-
],
126
"require": {
13-
"dotcms/php-sdk": "^1.0",
7+
"dotcms/php-sdk": "^1.0.0",
148
"php": ">=8.2",
159
"ext-ctype": "*",
1610
"ext-iconv": "*",

0 commit comments

Comments
 (0)