Skip to content

Commit

Permalink
Temporary update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Nov 30, 2021
1 parent 35201c7 commit b93530d
Show file tree
Hide file tree
Showing 4 changed files with 1,267 additions and 284 deletions.
13 changes: 7 additions & 6 deletions composer.json
Expand Up @@ -22,7 +22,6 @@
}
],
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0",
"composer/ca-bundle": "^1.0",
"composer/metadata-minifier": "^1.0",
"composer/semver": "^3.0",
Expand All @@ -32,15 +31,17 @@
"psr/log": "^1.0 || ^2.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
"symfony/console": "^5.4",
"symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
"react/promise": "^1.2 || ^2.7"
"symfony/process": "^5.4",
"react/promise": "^1.2 || ^2.7",
"symfony/debug": "^4.4",
"symfony/var-dumper": "^6.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0",
"phpspec/prophecy": "^1.10"
"phpspec/prophecy": "^1.14"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
Expand All @@ -49,7 +50,7 @@
},
"config": {
"platform": {
"php": "5.3.9"
"php": "8.0.12"
},
"platform-check": false
},
Expand Down

0 comments on commit b93530d

Please sign in to comment.