Skip to content

Commit 0024e43

Browse files
Move shared models to new package
1 parent 7e7d46c commit 0024e43

File tree

98 files changed

+809
-591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+809
-591
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ tags
1414
*.code-workspace
1515
data/*.mmdb
1616
tags.*
17+
qodana.yaml

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"phpoffice/phpword": "^1.0",
3232
"ponup/sql-builders": "^1.0",
3333
"reconmap/command-parsers": "^2.0",
34+
"reconmap/shared-models": "^1.0",
3435
"symfony/config": "^7.1",
3536
"symfony/console": "^7",
3637
"symfony/dependency-injection": "^7.1",
@@ -57,6 +58,10 @@
5758
}
5859
},
5960
"repositories": [
61+
{
62+
"type": "path",
63+
"url": "packages/shared-models-lib"
64+
},
6065
{
6166
"type": "path",
6267
"url": "packages/command-parsers-lib"

0 commit comments

Comments
 (0)