Moving psr/container to require.

This commit is contained in:
Pedro Silva 2023-12-20 16:12:27 +00:00
parent 939424a56a
commit 1b7f2f6589
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
2 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,7 @@
"license": "GPL-2.0",
"require": {
"php": "^7.2 | ^8.0",
"psr/container": "^1.0",
"ext-json": "*",
"psr/log": "^1.1",
"ralouphie/getallheaders": "^3.0",
@ -15,7 +16,6 @@
"inpsyde/modularity": "^1.7"
},
"require-dev": {
"psr/container": "^1.0",
"woocommerce/woocommerce-sniffs": "^0.1.0",
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
"brain/monkey": "^2.4",

2
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "72adeb3f3018c694415c0d25b5deb0ec",
"content-hash": "6ad7884f8689c0ce7f6a792571774ab8",
"packages": [
{
"name": "container-interop/service-provider",