Skip to content

Commit

Permalink
Bump dependencies (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Jan 1, 2022
1 parent 265feb3 commit e3abe9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
php:
- '8.0'
- '8.1'
fail-fast: false
env:
PHP_CS_FIXER_FUTURE_MODE: '1'
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
strategy:
matrix:
php:
- '7.3'
- '7.4'
fail-fast: false
steps:
- name: Checkout
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
},

"require": {
"php": "^7.3 || ^8.0",
"doctrine/doctrine-bundle": "^1.8 || ^2.0",
"doctrine/data-fixtures": "^1.2",
"doctrine/orm": "^2.5.11",
"doctrine/persistence": "^1.3.4 || ^2.0",
"php": "^7.4 || ^8.0",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/data-fixtures": "^1.5",
"doctrine/orm": "^2.10.0",
"doctrine/persistence": "^2.2",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/finder": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"symfony/framework-bundle": "^3.4.24 || ^4.0 || ^5.0 || ^6.0",
"theofidry/alice-data-fixtures": "^1.4"
"symfony/finder": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"theofidry/alice-data-fixtures": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^9.5",
"phpspec/prophecy": "^1.7",
"symfony/phpunit-bridge": "^5.1"
"symfony/phpunit-bridge": "^6.0"
},

"extra": {
Expand Down

0 comments on commit e3abe9b

Please sign in to comment.