Skip to content

Commit e2a0ba6

Browse files
authored
Merge pull request #6 from caesar-team/feature/CAES-1251
[Composer] CAES-1251: Update composer packages
2 parents 944b012 + 9c4aa8d commit e2a0ba6

7 files changed

Lines changed: 880 additions & 1866 deletions

File tree

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
KERNEL_CLASS='App\Kernel'
33
APP_SECRET='$ecretf0rt3st'
44
SYMFONY_DEPRECATIONS_HELPER=999999
5+
PANTHER_APP_ENV=panther

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
/var/
1010
/vendor/
1111
###< symfony/framework-bundle ###
12-
###> phpunit/phpunit ###
12+
13+
###> symfony/phpunit-bridge ###
1314
.phpunit
14-
/phpunit.xml
1515
.phpunit.result.cache
16-
###< phpunit/phpunit ###
16+
/phpunit.xml
17+
###< symfony/phpunit-bridge ###

composer.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,21 @@
44
"type": "symfony-bundle",
55
"license": "proprietary",
66
"require": {
7-
"php": "^7.2.5",
8-
"nelmio/api-doc-bundle": "^3.6",
9-
"ramsey/uuid": "^3.8.0",
10-
"symfony/console": "4.4.7",
11-
"symfony/dotenv": "4.4.7",
12-
"symfony/flex": "1.6.2",
13-
"symfony/form": "4.4.7",
14-
"symfony/framework-bundle": "4.4.7",
7+
"php": "^7.3",
8+
"nelmio/api-doc-bundle": "^3.7",
9+
"ramsey/uuid": "^4.1",
10+
"symfony/console": "~4.4.13",
11+
"symfony/dotenv": "~4.4.13",
12+
"symfony/flex": "~1.9",
13+
"symfony/form": "~4.4.13",
14+
"symfony/framework-bundle": "~4.4.13",
1515
"symfony/serializer-pack": "^1.0",
16-
"symfony/validator": "4.4.7",
17-
"symfony/yaml": "4.4.7"
16+
"symfony/validator": "~4.4.13",
17+
"symfony/yaml": "~4.4.13"
1818
},
1919
"require-dev": {
2020
"ext-json": "*",
21-
"phpunit/phpunit": "8.5.3",
22-
"symfony/phpunit-bridge": "4.4.7"
21+
"symfony/phpunit-bridge": "^5.1"
2322
},
2423
"config": {
2524
"preferred-install": {
@@ -43,7 +42,7 @@
4342
"extra": {
4443
"symfony": {
4544
"allow-contrib": false,
46-
"require": "4.4.7"
45+
"require": "~4.4.13"
4746
}
4847
},
4948
"scripts": {

0 commit comments

Comments
 (0)