Skip to content

Commit 0abe020

Browse files
committed
Merge remote-tracking branch 'origin/staging/v3.2.4'
2 parents 45b112f + 9ee8420 commit 0abe020

File tree

9 files changed

+34
-517
lines changed

9 files changed

+34
-517
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
## dev/master @ b36db23
2-
- Update mapbender/data-manager to [1.1.6](https://github.com/mapbender/data-manager/releases/tag/1.1.6)
1+
## v3.2.4 (WIP)
2+
- Updated mapbender/mapbender to [v3.2.4](https://github.com/mapbender/mapbender/releases/tag/v3.2.4)
3+
- Updated mapbender/digitizer to [1.4.5](https://github.com/mapbender/mapbender-digitizer/releases/tag/1.4.5)
4+
- Updated mapbender/data-manager to [1.1.6](https://github.com/mapbender/data-manager/releases/tag/1.1.6)
5+
- Updated symfony/symfony to [v3.4.47](https://symfony.com/blog/symfony-3-4-47-released)
6+
- Removed [abandoned sensio/distribution-bundle](https://packagist.org/packages/sensio/distribution-bundle) and dependencies
7+
- Removed doctrine/doctrine-migrations-bundle integration (no longer required by Mapbender v3.2.4)
38

49
## v3.2.3
510
- Update mapbender/mapbender to [v3.2.3](https://github.com/mapbender/mapbender/releases/tag/v3.2.3)

application/app/console

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
set_time_limit(0);
99

1010
require_once(dirname(__FILE__) . '/autoload.php');
11-
require_once(dirname(__FILE__) . '/bootstrap.php.cache');
1211
require_once(dirname(__FILE__) . '/AppKernel.php');
1312

1413
use Symfony\Bundle\FrameworkBundle\Console\Application;

application/composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"twig/extensions": "1.x",
3232
"symfony/swiftmailer-bundle": "^2.3 || ^3",
3333
"symfony/monolog-bundle": "^3",
34-
"sensio/distribution-bundle": "^4.0 || ^5.0",
3534
"sensio/framework-extra-bundle": "~3.0",
3635
"sensio/generator-bundle": "^2 || ^3",
3736

@@ -41,7 +40,7 @@
4140
"mnsami/composer-custom-directory-installer": "1.0.*",
4241

4342
"proj4js/proj4js": "^2.4",
44-
"mapbender/mapbender": "^3.1",
43+
"mapbender/mapbender": "^3.2.4",
4544
"mapbender/owsproxy": "^3.0.6",
4645

4746
"mapbender/coordinates-utility": "^1.1",
@@ -54,15 +53,10 @@
5453
"laminas/laminas-eventmanager": ">=3.3.0"
5554
},
5655
"scripts": {
57-
"build-bootstrap": [
58-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
59-
],
6056
"post-install-cmd": [
6157
"@composer dump-autoload",
6258
"ComposerBootstrap::clearCache",
63-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
64-
"@update-assets",
65-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
59+
"@update-assets"
6660
],
6761
"post-update-cmd": [
6862
"@post-install-cmd"

0 commit comments

Comments
 (0)