Skip to content

Commit

Permalink
Revert "Fix PSR container conflicts (#7514)"
Browse files Browse the repository at this point in the history
This reverts commit 14437ac.
  • Loading branch information
frosso committed Oct 19, 2023
1 parent 3f89539 commit 9d7db0a
Show file tree
Hide file tree
Showing 17 changed files with 111 additions and 163 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"automattic/jetpack-autoloader": "2.11.18",
"automattic/jetpack-identity-crisis": "0.8.43",
"automattic/jetpack-sync": "1.47.7",
"woocommerce/subscriptions-core": "6.3.0"
"woocommerce/subscriptions-core": "6.3.0",
"psr/container": "^1.1"
},
"require-dev": {
"composer/installers": "1.10.0",
Expand Down
98 changes: 49 additions & 49 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions lib/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"minimum-stability": "dev",
"require-dev": {
"league/container": "4.2",
"coenjacobs/mozart": "0.7.1",
"psr/container": "^1.1"
"coenjacobs/mozart": "0.7.1"
},
"license": "GPL-3.0-or-later",
"scripts": {
Expand All @@ -21,7 +20,9 @@
"dep_namespace": "WCPay\\Vendor\\",
"dep_directory": "/packages/",
"packages": [
"league/container",
"league/container"
],
"excluded_packages":[
"psr/container"
],
"classmap_directory": "/classmaps/",
Expand Down
Loading

0 comments on commit 9d7db0a

Please sign in to comment.