Skip to content

Commit

Permalink
Fix dependencies configuration (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron authored Dec 27, 2021
1 parent d361d53 commit 7b92e47
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": ">=7.4",
"composer-runtime-api": "^2.0",
"silex/silex": "^2.3"
},
Expand All @@ -24,13 +24,6 @@
"symfony/yaml": "^5.0 || ^6.0",
"yosymfony/toml": "^1.0"
},
"replace": {
"symfony/polyfill-php71": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-ctype": "*"
},
"autoload": {
"psr-4": {
"Misantron\\Silex\\Provider\\": "src"
Expand Down

0 comments on commit 7b92e47

Please sign in to comment.