Skip to content

Commit 5734851

Browse files
committed
Update Composer dependencies
1 parent 267e8cd commit 5734851

File tree

2 files changed

+134
-124
lines changed

2 files changed

+134
-124
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@
1818
"php": "^7.2.0 || ^8.0.0",
1919
"ext-dom": "*",
2020
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1",
21-
"phpstan/phpstan": "^1.2.0",
21+
"phpstan/phpstan": "^1.3.0",
2222
"symfony/finder": "^3.0 || ^4.0 || ^5.0"
2323
},
2424
"conflict": {
2525
"magento/framework": "<102.0.0"
2626
},
2727
"require-dev": {
28-
"captainhook/captainhook": "^5.10.4",
28+
"captainhook/captainhook": "^5.10.6",
2929
"captainhook/plugin-composer": "^5.3.2",
3030
"league/commonmark": "^2.1",
3131
"madewithlove/license-checker": "^0.10.0",
3232
"magento/framework": ">=102.0.0",
3333
"mikey179/vfsstream": "^1.6.10",
34-
"nette/neon": "^3.3.1",
35-
"nikic/php-parser": "^4.13.1",
34+
"nette/neon": "^3.3.2",
35+
"nikic/php-parser": "^4.13.2",
3636
"phpstan/extension-installer": "^1.1.0",
3737
"phpstan/phpstan-phpunit": "^1.0.0",
3838
"phpstan/phpstan-strict-rules": "^1.1.0",
39-
"phpunit/phpunit": "^9.5.10",
39+
"phpunit/phpunit": "^9.5.11",
4040
"roave/security-advisories": "dev-latest",
41-
"squizlabs/php_codesniffer": "^3.6.1"
41+
"squizlabs/php_codesniffer": "^3.6.2"
4242
},
4343
"autoload": {
4444
"psr-4": {

0 commit comments

Comments
 (0)