Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Devlamynck committed Feb 28, 2024
1 parent 5e94c7a commit b8936f1
Show file tree
Hide file tree
Showing 22 changed files with 2,091 additions and 2,430 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"description": "A magic bundle",
"type": "symfony-bundle",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "RichCongress",
Expand All @@ -16,16 +18,16 @@
"issues": "https://github.com/richcongress/recurrent-fixtures-test-bundle/issues"
},
"require": {
"php": "^7.1 || ^8.0",
"php": "^8.1",
"doctrine/dbal": "^2.3 || ^3.0",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"richcongress/bundle-toolbox": "*",
"richcongress/fixture-test": "^0.1",
"richcongress/web-test-bundle": "^0.1"
"richcongress/fixture-test": "v0.2.x-dev",
"richcongress/web-test-bundle": "v0.2.x-dev"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"symfony/security-bundle": "^5.0"
"symfony/security-bundle": "^5.0 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b8936f1

Please sign in to comment.