Skip to content

Commit

Permalink
Merge pull request #525 from stopfstedt/symfony4
Browse files Browse the repository at this point in the history
Upgrade to Symfony 4.4 LTS
  • Loading branch information
stopfstedt authored Aug 11, 2020
2 parents 0354c1b + 66111f3 commit 5c4072c
Show file tree
Hide file tree
Showing 36 changed files with 2,263 additions and 2,215 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@
/public/css
/public/manifest.json
/public/js

#ignore output dir of HTMLPurifier
/src/URI
21 changes: 7 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"require": {
"php": ">=7.4.0",
"ext-ctype": "*",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-iconv": "*",
"ext-json": "*",
Expand All @@ -21,7 +22,7 @@
"friendsofsymfony/user-bundle": "^2.0",
"guzzlehttp/guzzle": "^7.0",
"incenteev/composer-parameter-handler": "^2.0",
"jms/i18n-routing-bundle": "^2.0.1",
"jms/i18n-routing-bundle": "@stable",
"nelmio/api-doc-bundle": "^3.6",
"nelmio/cors-bundle": "^1.5",
"ramsey/uuid-doctrine": "^1.5",
Expand All @@ -32,13 +33,13 @@
"symfony/console": "4.4.*",
"symfony/dotenv": "5.1.*",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "3.4.*",
"symfony/framework-bundle": "^4.4",
"symfony/monolog-bundle": "3.5.*",
"symfony/polyfill-apcu": "^1.0",
"symfony/polyfill-mbstring": "^1.14.0",
"symfony/swiftmailer-bundle": "^3.3.1",
"symfony/templating": "^4",
"symfony/yaml": "5.1.*",
"symfony/yaml": "^4.4",
"twig/twig": "^2.7.0",
"willdurand/js-translation-bundle": "^3.0.1"
},
Expand All @@ -49,7 +50,7 @@
"phpstan/phpstan": "^0.12.31",
"phpunit/phpunit": "^7",
"squizlabs/php_codesniffer": "@stable",
"symfony/browser-kit": "3.4.*",
"symfony/browser-kit": "@stable",
"symfony/phpunit-bridge": "^5.1"
},
"config": {
Expand All @@ -68,13 +69,6 @@
"App\\Tests\\": "tests/"
}
},
"replace": {
"paragonie/random_compat": "2.*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php56": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
Expand All @@ -92,10 +86,9 @@
"symfony/symfony": "*"
},
"extra": {
"src-dir": "src/App",
"symfony": {
"allow-contrib": false,
"require": "3.4.*"
"allow-contrib": true,
"require": "4.4.*"
}
}
}
Loading

0 comments on commit 5c4072c

Please sign in to comment.