Skip to content

Commit fe8ec9d

Browse files
committed
PHP 7.3 and fix Symfony repositories to 4.2.*
1 parent 36fd1dc commit fe8ec9d

File tree

5 files changed

+2286
-167
lines changed

5 files changed

+2286
-167
lines changed

composer.json

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,25 @@
3333
"symfony/polyfill-php70": "*",
3434
"symfony/polyfill-php56": "*"
3535
},
36-
"scripts": {
37-
"auto-scripts": {
38-
"cache:clear": "symfony-cmd",
39-
"assets:install %PUBLIC_DIR%": "symfony-cmd"
40-
},
41-
"post-install-cmd": [
42-
"@auto-scripts"
43-
],
44-
"post-update-cmd": [
45-
"@auto-scripts"
46-
]
47-
},
4836
"conflict": {
49-
"symfony/symfony": "*"
37+
"symfony/symfony": "*",
38+
"https://github.com/composer/composer/issues/7827": "0.0.0",
39+
"https://github.com/symfony/symfony/issues/29581": "0.0.0",
40+
"symfony/routing": ">=4.3.0",
41+
"symfony/http-foundation": ">=4.3.0",
42+
"symfony/event-dispatcher": ">=4.3.0",
43+
"symfony/debug": ">=4.3.0",
44+
"symfony/http-kernel": ">=4.3.0",
45+
"symfony/finder": ">=4.3.0",
46+
"symfony/filesystem": ">=4.3.0",
47+
"symfony/dependency-injection": ">=4.3.0",
48+
"symfony/config": ">=4.3.0",
49+
"symfony/var-exporter": ">=4.3.0",
50+
"symfony/cache": ">=4.3.0",
51+
"symfony/serializer": ">=4.3.0",
52+
"symfony/inflector": ">=4.3.0",
53+
"symfony/property-info": ">=4.3.0",
54+
"symfony/property-access": ">=4.3.0"
5055
},
5156
"extra": {
5257
"symfony": {

0 commit comments

Comments
 (0)