Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.0](v3.1.7...v4.0.0) (2022-09-21)

### ⚠ BREAKING CHANGES

* **elfinder:** removed default base_path and public_path. These config keys should be defined in the AppConfig initialization. `new AppConfig(['base_path' => '...']);`

### Bug Fixes

* **base-path:** fix base_path concatenation issues since changes made to AppConfig see #28 (comment) ([84441a3](84441a3)), closes [/github.com//pull/28#issue-1267893850](https://github.com/charcoalphp//github.com/charcoalphp/charcoal/pull/28/issues/issue-1267893850)
* **bin:** fix charcoal binary appConfig's basePath ([95bd3a5](95bd3a5))
* **elfinder:** fix issues with elfinder paths ([a476327](a476327))
* **releaserc:** add parserOpts for commit analyser ([b004e04](b004e04))
  • Loading branch information
semantic-release-bot committed Sep 21, 2022
1 parent 4789a31 commit 6a05480
Show file tree
Hide file tree
Showing 18 changed files with 100 additions and 100 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,23 +127,23 @@
}
},
"replace": {
"charcoal/admin": "3.1.8",
"charcoal/app": "3.1.8",
"charcoal/attachment": "3.1.8",
"charcoal/cache": "3.1.8",
"charcoal/cms": "3.1.8",
"charcoal/config": "3.1.8",
"charcoal/core": "3.1.8",
"charcoal/email": "3.1.8",
"charcoal/factory": "3.1.8",
"charcoal/image": "3.1.8",
"charcoal/object": "3.1.8",
"charcoal/property": "3.1.8",
"charcoal/queue": "3.1.8",
"charcoal/translator": "3.1.8",
"charcoal/ui": "3.1.8",
"charcoal/user": "3.1.8",
"charcoal/view": "3.1.8",
"charcoal/admin": "4.0.0",
"charcoal/app": "4.0.0",
"charcoal/attachment": "4.0.0",
"charcoal/cache": "4.0.0",
"charcoal/cms": "4.0.0",
"charcoal/config": "4.0.0",
"charcoal/core": "4.0.0",
"charcoal/email": "4.0.0",
"charcoal/factory": "4.0.0",
"charcoal/image": "4.0.0",
"charcoal/object": "4.0.0",
"charcoal/property": "4.0.0",
"charcoal/queue": "4.0.0",
"charcoal/translator": "4.0.0",
"charcoal/ui": "4.0.0",
"charcoal/user": "4.0.0",
"charcoal/view": "4.0.0",
"locomotivemtl/charcoal-admin": "*",
"locomotivemtl/charcoal-app": "*",
"locomotivemtl/charcoal-attachment": "*",
Expand Down
20 changes: 10 additions & 10 deletions packages/admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
Expand All @@ -29,15 +29,15 @@
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"kriswallsmith/assetic": "^1.4",
"laminas/laminas-permissions-acl": "^2.8",
"charcoal/app": "^3.2",
"charcoal/cache": "^3.2",
"charcoal/cms": "^3.2",
"charcoal/core": "^3.2",
"charcoal/email": "^3.2",
"charcoal/object": "^3.2",
"charcoal/translator": "^3.2",
"charcoal/ui": "^3.2",
"charcoal/user": "^3.2",
"charcoal/app": "^4.1",
"charcoal/cache": "^4.1",
"charcoal/cms": "^4.1",
"charcoal/core": "^4.1",
"charcoal/email": "^4.1",
"charcoal/object": "^4.1",
"charcoal/translator": "^4.1",
"charcoal/ui": "^4.1",
"charcoal/user": "^4.1",
"mcaskill/php-html-build-attributes": "^1.0",
"psr/cache": "^1.0",
"psr/http-message": "^1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"ext-pdo": "*",
"league/climate": "^3.2",
"league/flysystem": "^1.0",
"charcoal/cache": "^3.2",
"charcoal/config": "^3.2",
"charcoal/factory": "^3.2",
"charcoal/translator": "^3.2",
"charcoal/view": "^3.2",
"charcoal/cache": "^4.1",
"charcoal/config": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/translator": "^4.1",
"charcoal/view": "^4.1",
"monolog/monolog": "^1.17",
"psr/http-message": "^1.0",
"psr/log": "^1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/attachment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"charcoal/config": "^3.2",
"charcoal/core": "^3.2",
"charcoal/object": "^3.2",
"charcoal/translator": "^3.2"
"charcoal/config": "^4.1",
"charcoal/core": "^4.1",
"charcoal/object": "^4.1",
"charcoal/translator": "^4.1"
},
"require-dev": {
"charcoal/admin": "^3.2",
"charcoal/admin": "^4.1",
"mockery/mockery": "^1.0",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"charcoal/config": "^3.2",
"charcoal/config": "^4.1",
"pimple/pimple": "^3.0",
"psr/cache": "^1.0",
"tedivm/stash": "~0.16"
Expand Down
18 changes: 9 additions & 9 deletions packages/cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"psr/http-message": "^1.0",
"charcoal/app": "^3.2",
"charcoal/attachment": "^3.2",
"charcoal/core": "^3.2",
"charcoal/factory": "^3.2",
"charcoal/object": "^3.2",
"charcoal/property": "^3.2",
"charcoal/translator": "^3.2"
"charcoal/app": "^4.1",
"charcoal/attachment": "^4.1",
"charcoal/core": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/object": "^4.1",
"charcoal/property": "^4.1",
"charcoal/translator": "^4.1"
},
"require-dev": {
"charcoal/admin": "^3.2",
"charcoal/admin": "^4.1",
"mustache/mustache": "^2.11",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
Expand Down
14 changes: 7 additions & 7 deletions packages/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
Expand All @@ -27,11 +27,11 @@
"psr/log": "^1.0",
"psr/cache": "^1.0",
"pimple/pimple": "^3.0",
"charcoal/cache": "^3.2",
"charcoal/config": "^3.2",
"charcoal/factory": "^3.2",
"charcoal/property": "^3.2",
"charcoal/view": "^3.2"
"charcoal/cache": "^4.1",
"charcoal/config": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/property": "^4.1",
"charcoal/view": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -40,7 +40,7 @@
"cache/void-adapter": "^1.0",
"tedivm/stash": "~0.16",
"mockery/mockery": "^1.0",
"charcoal/app": "^3.2"
"charcoal/app": "^4.1"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 4 additions & 4 deletions packages/email/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"phpmailer/phpmailer": "~6.0",
"charcoal/config": "^3.2",
"charcoal/app": "^3.2",
"charcoal/queue": "^3.2",
"charcoal/config": "^4.1",
"charcoal/app": "^4.1",
"charcoal/queue": "^4.1",
"seld/jsonlint": "^1.9",
"ext-pdo": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/factory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
Expand Down
4 changes: 2 additions & 2 deletions packages/image/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"charcoal/factory": "^3.2"
"charcoal/factory": "^4.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/object/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"charcoal/config": "^3.2",
"charcoal/core": "^3.2",
"charcoal/factory": "^3.2",
"charcoal/translator": "^3.2"
"charcoal/config": "^4.1",
"charcoal/core": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/translator": "^4.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/property/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
Expand All @@ -27,11 +27,11 @@
"ext-simplexml": "*",
"psr/log": "^1.0",
"psr/cache": "^1.0",
"charcoal/config": "^3.2",
"charcoal/core": "^3.2",
"charcoal/factory": "^3.2",
"charcoal/image": "^3.2",
"charcoal/translator": "^3.2"
"charcoal/config": "^4.1",
"charcoal/core": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/image": "^4.1",
"charcoal/translator": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"charcoal/core": "^3.2",
"charcoal/factory": "^3.2"
"charcoal/core": "^4.1",
"charcoal/factory": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/translator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"charcoal/config": "^3.2",
"charcoal/config": "^4.1",
"symfony/translation": "^3.4",
"pimple/pimple": "^3.0"
},
Expand All @@ -31,8 +31,8 @@
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5",
"php-coveralls/php-coveralls": "^2.2",
"charcoal/admin": "^3.2",
"charcoal/app": "^3.2"
"charcoal/admin": "^4.1",
"charcoal/app": "^4.1"
},
"suggest": {
"charcoal/app": "To run the parser script."
Expand Down
14 changes: 7 additions & 7 deletions packages/ui/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
],
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "4.1-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"charcoal/config": "^3.2",
"charcoal/factory": "^3.2",
"charcoal/translator": "^3.2",
"charcoal/view": "^3.2",
"charcoal/user": "^3.2"
"charcoal/config": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/translator": "^4.1",
"charcoal/view": "^4.1",
"charcoal/user": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -36,7 +36,7 @@
"mustache/mustache": "^2.11",
"tedivm/stash": "~0.16",
"pimple/pimple": "^3.0",
"charcoal/app": "^3.2"
"charcoal/app": "^4.1"
},
"suggest": {
"pimple/pimple": "DI Container to register the various Service Providers."
Expand Down
Loading

0 comments on commit 6a05480

Please sign in to comment.