Skip to content

Commit

Permalink
minor: fix deprecations (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond authored Oct 28, 2024
1 parent e3caa71 commit 39014dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^9.5.0",
"phpunit/phpunit": "^9.6.21",
"symfony/cache": "^5.4|^6.0|^7.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/phpunit-bridge": "^6.0|^7.0",
Expand All @@ -32,5 +32,7 @@
},
"autoload-dev": {
"psr-4": { "Zenstruck\\Dsn\\Tests\\": ["tests/"] }
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 39014dd

Please sign in to comment.