Skip to content

Commit

Permalink
Upgrade queries dependency to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
iquito committed Nov 17, 2020
1 parent 0594853 commit ad541bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@
"symfony/console": "^5.0",
"symfony/finder": "^5.0",
"doctrine/annotations": "^1.4",
"squirrelphp/queries": "^0.11"
"squirrelphp/queries": "^0.12"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.3",
"captainhook/plugin-composer": "^5.0",
"phpunit/phpunit": "^9.0",
"mockery/mockery": "^1.0"
},
"suggest": {
Expand Down Expand Up @@ -60,7 +61,7 @@
"psalm_base": "vendor/bin/psalm --set-baseline=psalm-baseline.xml",
"phpunit": "vendor/bin/phpunit --colors=always",
"phpunit_clover": "vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml",
"codecoverage": "vendor/bin/phpunit --coverage-html tests/_reports",
"coverage": "vendor/bin/phpunit --coverage-html tests/_reports",
"phpcs": "vendor/bin/phpcs --standard=ruleset.xml --extensions=php --cache=.phpcs-cache --colors src",
"phpcsfix": "vendor/bin/phpcbf --standard=ruleset.xml --extensions=php --cache=.phpcs-cache src",
"binupdate": "@composer bin all update --ansi",
Expand Down
5 changes: 0 additions & 5 deletions vendor-bin/phpunit/composer.json

This file was deleted.

0 comments on commit ad541bc

Please sign in to comment.