Skip to content

Commit

Permalink
[6.x] Allow fidry/cpu-core-counter v0.5.1 (#727)
Browse files Browse the repository at this point in the history
* Allow fidry/cpu-core-counter v0.5

* Require PHPUnit 9.6
  • Loading branch information
Slamdunk authored Feb 7, 2023
1 parent 168c1cf commit 6f90dca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ all: csfix static-analysis code-coverage

vendor: composer.json
composer update
composer bump
#composer bump
touch vendor

.PHONY: csfix
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@
"ext-pcre": "*",
"ext-reflection": "*",
"ext-simplexml": "*",
"fidry/cpu-core-counter": "^0.4.1",
"fidry/cpu-core-counter": "^0.4.1 || ^0.5.1",
"jean85/pretty-package-versions": "^2.0.5",
"phpunit/php-code-coverage": "^9.2.23",
"phpunit/php-code-coverage": "^9.2.24",
"phpunit/php-file-iterator": "^3.0.6",
"phpunit/php-timer": "^5.0.3",
"phpunit/phpunit": "^9.5.28",
"phpunit/phpunit": "^9.6.3",
"sebastian/environment": "^5.1.4",
"symfony/console": "^5.4.16 || ^6.2.3",
"symfony/process": "^5.4.11 || ^6.2"
"symfony/console": "^5.4.16 || ^6.2.5",
"symfony/process": "^5.4.11 || ^6.2.5"
},
"require-dev": {
"ext-pcov": "*",
"ext-posix": "*",
"doctrine/coding-standard": "^10.0.0",
"infection/infection": "^0.26.16",
"infection/infection": "^0.26.19",
"squizlabs/php_codesniffer": "^3.7.1",
"symfony/filesystem": "^5.4.13 || ^6.2",
"vimeo/psalm": "^5.4"
"symfony/filesystem": "^5.4.13 || ^6.2.5",
"vimeo/psalm": "^5.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6f90dca

Please sign in to comment.