Skip to content

Commit 97acdcb

Browse files
authored
Merge pull request #1862 from hydephp/improve-monorepo-composer
Improved junctioned Composer package version requirements
2 parents 352c461 + 8c806a9 commit 97acdcb

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Validate composer.json and composer.lock
21-
run: composer validate --strict
21+
run: composer validate --strict --no-check-all
2222

2323
- name: Cache Composer packages
2424
id: composer-cache

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Validate composer.json and composer.lock
18-
run: composer validate --strict
18+
run: composer validate --strict --no-check-all
1919

2020
- name: Cache Composer packages
2121
id: composer-cache

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
],
1717
"require": {
1818
"php": "^8.1",
19-
"hyde/framework": "self.version",
20-
"hyde/publications": "self.version",
21-
"hyde/ui-kit": "self.version",
19+
"hyde/framework": "*",
20+
"hyde/publications": "*",
21+
"hyde/ui-kit": "*",
2222
"laravel-zero/framework": "^10.0"
2323
},
2424
"require-dev": {
2525
"desilva/psalm-coverage": "dev-master",
2626
"driftingly/rector-laravel": "^0.14.1",
27-
"hyde/monorepo-dev-tools": "self.version",
28-
"hyde/realtime-compiler": "self.version",
29-
"hyde/testing": "self.version",
27+
"hyde/monorepo-dev-tools": "*",
28+
"hyde/realtime-compiler": "*",
29+
"hyde/testing": "*",
3030
"jetbrains/phpstorm-attributes": "^1.0",
3131
"laravel/tinker": "^2.7",
3232
"pestphp/pest-plugin-type-coverage": "^2.8",

composer.lock

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

0 commit comments

Comments
 (0)