Skip to content

Commit

Permalink
Merge pull request #263 from netglue/renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
Lock file maintenance, Fix PHPUnit configuration for 10.1.x
  • Loading branch information
gsteel committed Apr 18, 2023
2 parents 10d2a65 + 90b3939 commit 062e72d
Show file tree
Hide file tree
Showing 5 changed files with 1,546 additions and 1,472 deletions.
15 changes: 8 additions & 7 deletions composer.json
Expand Up @@ -15,7 +15,8 @@
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
"composer/package-versions-deprecated": true,
"php-http/discovery": false
},
"platform": {
"php": "8.1.99"
Expand Down Expand Up @@ -47,17 +48,17 @@
"require-dev": {
"ext-curl": "*",
"doctrine/coding-standard": "^11.1",
"laminas/laminas-diactoros": "^2.24",
"laminas/laminas-diactoros": "^2.25.2",
"php-http/cache-plugin": "^1.7.5",
"php-http/curl-client": "^2.2.1",
"php-http/mock-client": "^1.5.0",
"phpunit/phpunit": "^10.0.0",
"phpunit/phpunit": "^10.1.1",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.1",
"symfony/cache": "^5.4.15 || ^6.2.5",
"symfony/options-resolver": "^5.4.11 || ^6.2.5",
"vimeo/psalm": "^5.6"
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/cache": "^5.4.15 || ^6.2.8",
"symfony/options-resolver": "^5.4.11 || ^6.2.7",
"vimeo/psalm": "^5.9"
},
"scripts": {
"check": [
Expand Down

0 comments on commit 062e72d

Please sign in to comment.