Skip to content

Commit

Permalink
Upgrade components
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Mar 3, 2023
1 parent 6e3d40f commit 650752d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"squizlabs/php_codesniffer": "*",
"slevomat/coding-standard": "~7.0.2",
"php": ">=7.1"
"slevomat/coding-standard": "^8.3",
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": ">=7.0",
"phpunit/phpunit": "^9.5",
"donatj/drop": "^1.0",
"friendsofphp/php-cs-fixer": "^2.18"
"friendsofphp/php-cs-fixer": "^3.14"
},
"authors": [
{
Expand Down

0 comments on commit 650752d

Please sign in to comment.