Skip to content

Commit

Permalink
Merge pull request #41 from charcoalphp/develop
Browse files Browse the repository at this point in the history
Pulling develop into main
  • Loading branch information
JoelAlphonso committed Jun 23, 2022
2 parents 13936a0 + 9f1777a commit 8a4a9b1
Show file tree
Hide file tree
Showing 18 changed files with 70 additions and 3 deletions.
22 changes: 19 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
"squizlabs/php_codesniffer": "^3.5",
"symfony/yaml": "^3.0",
"symplify/monorepo-builder": "^10.2",
"twig/twig": "^1.31",
"ext-json": "*"
"twig/twig": "^1.31"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -141,7 +140,24 @@
"charcoal/translator": "2.2.2",
"charcoal/ui": "2.2.2",
"charcoal/user": "2.2.2",
"charcoal/view": "2.2.2"
"charcoal/view": "2.2.2",
"locomotivemtl/charcoal-admin": "*",
"locomotivemtl/charcoal-app": "*",
"locomotivemtl/charcoal-attachment": "*",
"locomotivemtl/charcoal-cache": "*",
"locomotivemtl/charcoal-cms": "*",
"locomotivemtl/charcoal-config": "*",
"locomotivemtl/charcoal-core": "*",
"locomotivemtl/charcoal-email": "*",
"locomotivemtl/charcoal-factory": "*",
"locomotivemtl/charcoal-image": "*",
"locomotivemtl/charcoal-object": "*",
"locomotivemtl/charcoal-property": "*",
"locomotivemtl/charcoal-queue": "*",
"locomotivemtl/charcoal-translator": "*",
"locomotivemtl/charcoal-ui": "*",
"locomotivemtl/charcoal-user": "*",
"locomotivemtl/charcoal-view": "*"
},
"bin": [
"bin/charcoal"
Expand Down
3 changes: 3 additions & 0 deletions packages/admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"locomotivemtl/charcoal-admin": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"locomotivemtl/charcoal-app": "*"
},
"bin": [
"bin/charcoal"
],
Expand Down
3 changes: 3 additions & 0 deletions packages/attachment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"locomotivemtl/charcoal-attachment": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"locomotivemtl/charcoal-cache": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"locomotivemtl/charcoal-cms": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"locomotivemtl/charcoal-config": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"locomotivemtl/charcoal-core": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/email/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"locomotivemtl/charcoal-email": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/factory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"locomotivemtl/charcoal-factory": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/image/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"locomotivemtl/charcoal-image": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/object/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"locomotivemtl/charcoal-object": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/property/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"locomotivemtl/charcoal-property": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"locomotivemtl/charcoal-queue": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/translator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"locomotivemtl/charcoal-translator": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/ui/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"locomotivemtl/charcoal-ui": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/user/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"locomotivemtl/charcoal-user": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down
3 changes: 3 additions & 0 deletions packages/view/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"locomotivemtl/charcoal-view": "*"
},
"scripts": {
"test": [
"@tests"
Expand Down

0 comments on commit 8a4a9b1

Please sign in to comment.