Skip to content

Commit a982c99

Browse files
committed
Composer: upgrade dev tools
1 parent bbbd64f commit a982c99

1 file changed

Lines changed: 34 additions & 31 deletions

File tree

composer.json

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13,50 +13,53 @@
1313
"typertion/php": "~1.0.1"
1414
},
1515
"require-dev": {
16-
"codeception/codeception": "^4.1.20",
17-
"codeception/phpunit-wrapper": "^9.0.6",
18-
"codeception/module-asserts": "^1.3.1",
19-
"phpunit/phpunit": "^9.5.4",
20-
"phpstan/phpstan": "^1.0",
21-
"phpstan/extension-installer": "^1.1.0",
22-
"phpstan/phpstan-deprecation-rules": "^1.0",
23-
"ninjify/qa": "^0.12.1",
24-
"codeception/module-phpbrowser": "^1.0.2",
25-
"ramsey/uuid": "^4.1.1",
26-
"doctrine/dbal": "^2.13.1",
27-
"symfony/serializer": "^5.2.7",
28-
"doctrine/annotations": "^1.13.1",
29-
"superbalist/flysystem-google-storage": "^7.2.2",
30-
"symfony/filesystem": "^5.2.7",
31-
"tracy/tracy": "^2.8.4",
32-
"nette/http": "^3.1.1",
33-
"latte/latte": "^2.10.3 || ^3.0.0",
34-
"nette/forms": "^3.1.3",
16+
"codeception/codeception": "^5.0.13",
17+
"codeception/module-asserts": "^3.0.0",
18+
"codeception/module-phpbrowser": "^3.0.1",
19+
"codeception/phpunit-wrapper": "^9.0.9",
20+
"doctrine/annotations": "^1.14.3",
21+
"doctrine/dbal": "^3.7.2",
22+
"imagine/imagine": "^1.3.5",
23+
"latte/latte": "^3.0.12",
3524
"nette/application": "^3.1.2",
36-
"nette/di": "^3.0.8",
37-
"imagine/imagine": "^1.2.4",
25+
"nette/di": "^3.1.8",
26+
"nette/forms": "^3.1.14",
27+
"nette/http": "^3.2.3",
28+
"nettrine/orm": "^0.8.4",
29+
"contributte/qa": "^0.4",
30+
"contributte/phpunit": "^0.2",
31+
"contributte/phpstan": "^0.1",
32+
"ramsey/uuid": "^4.7.5",
3833
"spatie/temporary-directory": "^1.3.0",
39-
"symfony/http-foundation": "^5.2.8",
40-
"symfony/dependency-injection": "^5.2.8",
41-
"symfony/http-kernel": "^5.2.8",
42-
"nettrine/orm": "^0.8.1"
34+
"superbalist/flysystem-google-storage": "^7.2.2",
35+
"symfony/dependency-injection": "^7.0.0",
36+
"symfony/filesystem": "^7.0.0",
37+
"symfony/http-foundation": "^7.0.0",
38+
"symfony/http-kernel": "^7.0.0",
39+
"symfony/serializer": "^7.0.0",
40+
"tracy/tracy": "^2.10.5"
4341
},
4442
"autoload": {
4543
"psr-4": {
46-
"Contributte\\Imagist\\": "src/"
44+
"Contributte\\Imagist\\": "src"
4745
}
4846
},
4947
"autoload-dev": {
5048
"psr-4": {
51-
"Contributte\\Imagist\\Testing\\": "tests/src",
52-
"Contributte\\Imagist\\Testing\\Unit\\": "tests/unit",
53-
"Contributte\\Imagist\\Testing\\Functional\\": "tests/functional"
49+
"Tests\\": "tests"
5450
}
5551
},
52+
"minimum-stability": "dev",
53+
"prefer-stable": true,
5654
"config": {
55+
"sort-packages": true,
5756
"allow-plugins": {
58-
"dealerdirect/phpcodesniffer-composer-installer": true,
59-
"phpstan/extension-installer": true
57+
"dealerdirect/phpcodesniffer-composer-installer": true
58+
}
59+
},
60+
"extra": {
61+
"branch-alias": {
62+
"dev-master": "0.2.x-dev"
6063
}
6164
}
6265
}

0 commit comments

Comments
 (0)