update symfony pnotify configuration

This commit is contained in:
KHOUBZA Younes
2020-12-14 09:17:25 +01:00
parent 90ee4601fd
commit 41b37e773c
2 changed files with 1 additions and 9 deletions
-8
View File
@@ -15,9 +15,6 @@
"php": ">=5.3",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.36"
},
"autoload": {
"psr-4": {
"Flasher\\": "src/"
@@ -26,10 +23,5 @@
"src/Prime/helpers.php"
]
},
"config": {
"platform": {
"php": "5.5.38"
}
},
"minimum-stability": "dev"
}