Skip to content

Commit

Permalink
Replaced abandoned qossmic/deptrac-shim with qossmic/deptrac
Browse files Browse the repository at this point in the history
  • Loading branch information
konradoboza committed Aug 20, 2024
1 parent 8d931ca commit 764389e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion skeleton/extension/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
"phpunit/phpunit": "^9.0",
"qossmic/deptrac-shim": "^0.24.0 || ^1.0.2"
"qossmic/deptrac": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion skeleton/ibexa-ee/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
"phpunit/phpunit": "^9",
"qossmic/deptrac-shim": "^0.24.0 || ^1.0.2"
"qossmic/deptrac": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion skeleton/ibexa-oss/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
"phpunit/phpunit": "^9.0",
"qossmic/deptrac-shim": "^0.24.0 || ^1.0.2"
"qossmic/deptrac": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 764389e

Please sign in to comment.