Skip to content

Commit

Permalink
Merge pull request #363 from netglue/allow-symfony-v7-dev
Browse files Browse the repository at this point in the history
Allow v7 symfony components in dev dependencies
  • Loading branch information
gsteel committed Dec 1, 2023
2 parents 0d87353 + 7907015 commit db40d23
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.3": true
"8.3": false
}
}
13 changes: 6 additions & 7 deletions composer.json
Expand Up @@ -48,17 +48,16 @@
"require-dev": {
"ext-curl": "*",
"doctrine/coding-standard": "^12.0",
"laminas/laminas-diactoros": "^3.2.0",
"php-http/cache-plugin": "^1.8",
"php-http/curl-client": "^2.3",
"laminas/laminas-diactoros": "^3.3.0",
"php-http/cache-plugin": "^1.8.1",
"php-http/curl-client": "^2.3.1",
"php-http/mock-client": "^1.6",
"phpunit/phpunit": "^10.3.4",
"phpunit/phpunit": "^10.5.0",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/cache": "^5.4.15 || ^6.3.4",
"symfony/options-resolver": "^5.4.11 || ^6.3",
"vimeo/psalm": "^5.15.0"
"symfony/cache": "^6.4 || ^7.0",
"vimeo/psalm": "^5.16.0"
},
"scripts": {
"check": [
Expand Down
52 changes: 26 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db40d23

Please sign in to comment.