Skip to content

Commit cb8d2ea

Browse files
committed
Update sf 3.3 to 3.4 LTS
1 parent ef9a4c8 commit cb8d2ea

Some content is hidden

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

62 files changed

+656
-489
lines changed

list.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ staticphp-0.9
4040
#symfony-2.6
4141
#symfony-2.7
4242
symfony-3.0
43-
symfony-3.3
44-
symfony-3.3-micro
43+
symfony-3.4
44+
symfony-3.4-micro
4545
tipsy-0.10
4646
#typo3f-2.3 # does not work
4747
#typo3f-3.0 # Catchable Fatal Error: Argument 1 passed to TYPO3\Flow\Object\ObjectManager::setObjects() must be of the type array, null given
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
symfony-3.3
1+
symfony-3.4
22
===========
33

44
A Symfony project with [micro kernel](https://symfony.com/doc/current/configuration/micro_kernel_trait.html)
File renamed without changes.

symfony-3.3-micro/composer.json renamed to symfony-3.4-micro/composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,21 @@
1212
]
1313
},
1414
"require": {
15-
"php": ">=5.5.9",
15+
"incenteev/composer-parameter-handler": "^2.0",
16+
"php": "^5.5.9|>=7.0.8",
1617
"sensio/distribution-bundle": "^5.0",
17-
"symfony/framework-bundle": "3.3.*",
18+
"symfony/framework-bundle": "3.4.*",
1819
"symfony/monolog-bundle": "^2.8",
19-
"symfony/yaml": "^3.3"
20+
"symfony/yaml": "^3.4"
2021
},
2122
"scripts": {
2223
"post-install-cmd": [
24+
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
2325
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
2426
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache"
2527
],
2628
"post-update-cmd": [
29+
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
2730
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
2831
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache"
2932
]

0 commit comments

Comments
 (0)