Skip to content

Commit 785b769

Browse files
authored
Merge pull request #155 from shochdoerfer/feature/composer_dep_upgrade
Composer dependency upgrade
2 parents e3627e0 + 0af02fd commit 785b769

File tree

3 files changed

+2782
-1053
lines changed

3 files changed

+2782
-1053
lines changed

.allowed-licenses

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- Apache-2.0
22
- BSD-3-Clause
3+
- BSD-2-Clause
34
- MIT
45
- OSL-3.0

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616
],
1717
"require": {
1818
"php": "^7.2.0",
19-
"nette/neon": "^3.1",
19+
"nette/neon": "^3.3.1",
2020
"phpstan/phpstan": "^0.12.23"
2121
},
2222
"conflict": {
2323
"magento/framework": "<101.0.0"
2424
},
2525
"require-dev": {
26-
"captainhook/captainhook": "^5.10.1",
27-
"captainhook/plugin-composer": "^5.3.1",
26+
"captainhook/captainhook": "^5.10.4",
27+
"captainhook/plugin-composer": "^5.3.2",
2828
"madewithlove/license-checker": "^0.10.0",
2929
"magento/framework": ">=101.0.0",
30-
"mikey179/vfsstream": "^1.6.8",
30+
"mikey179/vfsstream": "^1.6.10",
3131
"nikic/php-parser": "^4.13.1",
3232
"phpstan/extension-installer": "^1.1.0",
33-
"phpstan/phpstan-phpunit": "^0.12.20",
34-
"phpstan/phpstan-strict-rules": "^0.12.9",
35-
"phpunit/phpunit": "^9.5.5",
33+
"phpstan/phpstan-phpunit": "^0.12.22",
34+
"phpstan/phpstan-strict-rules": "^0.12.11",
35+
"phpunit/phpunit": "^9.5.10",
3636
"roave/security-advisories": "dev-latest",
37-
"squizlabs/php_codesniffer": "^3.6.0"
37+
"squizlabs/php_codesniffer": "^3.6.1"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)