We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
|
1 parent 7d3f068 commit a55a68bCopy full SHA for a55a68b
composer.json
@@ -8,12 +8,12 @@
8
},
9
"require": {
10
"php": ">=7.1",
11
- "symfony/event-dispatcher": "^4.3||^5.0",
12
- "symfony/console": "^4.3||^5.0",
13
- "symfony/config": "^4.3||^5.0",
14
- "symfony/http-kernel": "^4.3||^5.0",
15
- "symfony/dependency-injection": "^4.3||^5.0",
16
- "code-tool/jaeger-client-php": "^3.1"
+ "code-tool/jaeger-client-php": "^3.1",
+ "symfony/config": "^4.3|^5.0",
+ "symfony/console": "^4.3|^5.0",
+ "symfony/dependency-injection": "^4.3|^5.0",
+ "symfony/event-dispatcher": "^4.3|^5.0",
+ "symfony/http-kernel": "^4.3|^5.0"
17
18
"require-dev": {
19
"phpunit/phpunit": "@stable"
0 commit comments