Skip to content

Commit

Permalink
fix(chore) : composer intra packages
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldinou committed Sep 25, 2024
1 parent d573858 commit 5d5d42c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"ducks-project/spl-types-subpackage-replace": "self.version",
"ducks-project/spl-types-subpackage-replace": "^1.0",
"symfony/polyfill-php80": "^1.31"
},
"require-dev": {
Expand All @@ -50,7 +50,13 @@
"repositories": [
{
"type": "path",
"url": "packages/replace"
"url": "./packages/replace",
"options": {
"reference": "none",
"versions": {
"ducks-project/spl-types-subpackage-replace": "1.0.0"
}
}
}
],
"autoload": {
Expand Down
11 changes: 4 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d5d42c

Please sign in to comment.