Skip to content

Commit b1dc6be

Browse files
authored
Merge pull request #35 from SebTM/update_20190513
Update components, Add tests for ulid-provider, Fix unit-test deprecations
2 parents 9a273f7 + 293a434 commit b1dc6be

File tree

6 files changed

+308
-170
lines changed

6 files changed

+308
-170
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ext-json": "*",
88
"czproject/git-php": "^3.12",
99
"php-http/httplug-pack": "^1.1",
10-
"robinvdvleuten/ulid": "^1.1",
10+
"robinvdvleuten/ulid": "^3.0",
1111
"sensio/framework-extra-bundle": "^5.1",
1212
"symfony/apache-pack": "^1.0",
1313
"symfony/asset": "^4.0",
@@ -24,6 +24,7 @@
2424
"symfony/yaml": "^4.0"
2525
},
2626
"require-dev": {
27+
"symfony/browser-kit": "^4.1",
2728
"symfony/debug-pack": "^1.0",
2829
"symfony/phpunit-bridge": "^4.0",
2930
"symfony/web-server-bundle": "^4.0"
@@ -67,7 +68,6 @@
6768
},
6869
"extra": {
6970
"symfony": {
70-
"id": "01C6C88WKQP047F412R9EYCFV0",
7171
"allow-contrib": false
7272
}
7373
}

0 commit comments

Comments
 (0)