Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gmta committed Oct 17, 2023
1 parent 3548b25 commit 6aa6357
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
},
"require-dev": {
"composer/composer": "^2.1.9",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/php-compatibility": "^9.3.5",
"phpstan/phpstan": "^1.5.3",
"slevomat/coding-standard": "^7.1",
"symfony/flex": "^1.18.5"
"slevomat/coding-standard": "^8.14",
"symfony/flex": "^2.3.3"
},
"prefer-stable": true,
"autoload": {
Expand All @@ -30,7 +30,11 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"symfony/flex": true
}
},
"extra": {
"class": "ISAAC\\Velocita\\Composer\\VelocitaPlugin"
Expand Down

0 comments on commit 6aa6357

Please sign in to comment.