Skip to content

Commit 103d928

Browse files
committed
PHP 7.3 and fix Symfony repositories to 4.2.*
1 parent adcb653 commit 103d928

File tree

6 files changed

+1510
-121
lines changed

6 files changed

+1510
-121
lines changed

.env

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file defines all environment variables that the application needs.
2+
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE.
3+
# Use ".env.local" for local overrides during development.
4+
# Use real environment variables when deploying to production.
5+
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
6+
7+
###> symfony/framework-bundle ###
8+
APP_ENV=prod
9+
APP_SECRET=aefe77bc7f7c4e0275029fc97bc13506
10+
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
11+
#TRUSTED_HOSTS='^localhost|example\.com$'
12+
###< symfony/framework-bundle ###

composer.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,21 @@
3131
"symfony/polyfill-php70": "*",
3232
"symfony/polyfill-php56": "*"
3333
},
34-
"scripts": {
35-
"auto-scripts": {
36-
"cache:clear": "symfony-cmd",
37-
"assets:install %PUBLIC_DIR%": "symfony-cmd"
38-
},
39-
"post-install-cmd": [
40-
"@auto-scripts"
41-
],
42-
"post-update-cmd": [
43-
"@auto-scripts"
44-
]
45-
},
4634
"conflict": {
47-
"symfony/symfony": "*"
35+
"symfony/symfony": "*",
36+
"https://github.com/composer/composer/issues/7827": "0.0.0",
37+
"https://github.com/symfony/symfony/issues/29581": "0.0.0",
38+
"symfony/routing": ">=4.3.0",
39+
"symfony/http-foundation": ">=4.3.0",
40+
"symfony/event-dispatcher": ">=4.3.0",
41+
"symfony/debug": ">=4.3.0",
42+
"symfony/http-kernel": ">=4.3.0",
43+
"symfony/finder": ">=4.3.0",
44+
"symfony/filesystem": ">=4.3.0",
45+
"symfony/dependency-injection": ">=4.3.0",
46+
"symfony/config": ">=4.3.0",
47+
"symfony/var-exporter": ">=4.3.0",
48+
"symfony/cache": ">=4.3.0"
4849
},
4950
"extra": {
5051
"symfony": {

composer.lock.php7.1

Lines changed: 54 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)