Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Dec 6, 2021
1 parent 1803a8b commit d361d53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.4', '8.0' ]
php-versions: [ '7.4', '8.0', '8.1' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,24 @@
}
],
"require": {
"php": ">=7.4",
"ext-json": "*",
"php": "^7.4 || ^8.0",
"composer-runtime-api": "^2.0",
"silex/silex": "^2.3"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5",
"symfony/yaml": "^5.0",
"squizlabs/php_codesniffer": "^3.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 d361d53

Please sign in to comment.