Skip to content

Commit

Permalink
Merge pull request #61 from asgoodasnu/release/2.1.0
Browse files Browse the repository at this point in the history
Release/2.1.0
  • Loading branch information
eva-niggemeyer authored Aug 18, 2023
2 parents d2961af + 859f001 commit 34ea41f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"symfony/config": "6.2.*",
"symfony/dependency-injection": "6.2.*",
"symfony/http-kernel": "6.2.*",
"symfony/cache": "6.2.*",
"symfony/http-client": "6.2.*"
"symfony/config": "^6.2.0",
"symfony/dependency-injection": "^6.2.0",
"symfony/http-kernel": "^6.2.0",
"symfony/cache": "^6.2.0",
"symfony/http-client": "^6.2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -29,7 +29,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "6.2.*",
"symfony/phpunit-bridge": "^6.2.0",
"phpstan/phpstan": "~1.10.21",
"friendsofphp/php-cs-fixer": "3.*"
}
Expand Down

0 comments on commit 34ea41f

Please sign in to comment.