Skip to content

Commit

Permalink
Fix PSR container conflicts (#7525)
Browse files Browse the repository at this point in the history
Co-authored-by: Jessy P <[email protected]>
  • Loading branch information
RadoslavGeorgiev and Jessy P authored Oct 20, 2023
1 parent ac179c4 commit 87c4e91
Show file tree
Hide file tree
Showing 18 changed files with 187 additions and 111 deletions.
4 changes: 4 additions & 0 deletions changelog/fix-psr-container-conflicts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fix

Fix PSR container conflicts
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"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",
"psr/container": "^1.1"
"woocommerce/subscriptions-core": "6.3.0"
},
"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: 3 additions & 4 deletions lib/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"minimum-stability": "dev",
"require-dev": {
"league/container": "4.2",
"coenjacobs/mozart": "0.7.1"
"coenjacobs/mozart": "0.7.1",
"psr/container": "^1.1"
},
"license": "GPL-3.0-or-later",
"scripts": {
Expand All @@ -20,9 +21,7 @@
"dep_namespace": "WCPay\\Vendor\\",
"dep_directory": "/packages/",
"packages": [
"league/container"
],
"excluded_packages":[
"league/container",
"psr/container"
],
"classmap_directory": "/classmaps/",
Expand Down
Loading

0 comments on commit 87c4e91

Please sign in to comment.