Skip to content

Commit

Permalink
feat!: update core and opentracing to v1 (#28)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update core and opentracing to v1
  • Loading branch information
cawolf authored Nov 17, 2021
1 parent 7f9fb4a commit 7fb1bfe
Show file tree
Hide file tree
Showing 5 changed files with 5,362 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- php: '7.4'
symfony: '4.4.*'
- php: '7.3'
symfony: '5.2.*'
symfony: '5.3.*'
- php: '7.4'
symfony: '5.2.*'
symfony: '5.3.*'
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
symfony:
- '3.4.*'
- '4.4.*'
- '5.2.*'
- '5.3.*'
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
composer.lock
.phpunit.result.cache
/.php-version
/build/
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"license": "MIT",
"require": {
"php": "^7.3.27",
"auxmoney/opentracing-bundle-core": "^v0.8",
"opentracing/opentracing": "1.0.0-beta5@beta",
"auxmoney/opentracing-bundle-core": "^1.0",
"opentracing/opentracing": "^1.0.1",
"guzzlehttp/guzzle": "^6.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^7.5",
"phpstan/phpstan": "^0.12",
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd": "^2.9",
"php-coveralls/php-coveralls": "^2.4",
"phpstan/phpstan": "^1.1",
"squizlabs/php_codesniffer": "^3.6",
"phpmd/phpmd": "^2.10",
"php-coveralls/php-coveralls": "^2.5",
"symfony/filesystem": "*",
"symfony/process": "*",
"symfony/yaml": "*",
Expand Down
Loading

0 comments on commit 7fb1bfe

Please sign in to comment.