Remove exceptions file from composer.json in email editor package
[MAILPOET-6469]
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
05b7346fe8
commit
1727a87e1b
5
mailpoet/composer.lock
generated
5
mailpoet/composer.lock
generated
@@ -73,7 +73,7 @@
|
|||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "../packages/php/email-editor",
|
"url": "../packages/php/email-editor",
|
||||||
"reference": "7bb0a4d32045c61deaca453030ed2b345ee56148"
|
"reference": "53577c5aa3a97e82c58284d48c3aa339cb2a15d4"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.4",
|
"php": ">=7.4",
|
||||||
@@ -83,9 +83,6 @@
|
|||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
"src/"
|
"src/"
|
||||||
],
|
|
||||||
"files": [
|
|
||||||
"src/exceptions.php"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
|
@@ -5,10 +5,7 @@
|
|||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
"src/"
|
"src/"
|
||||||
],
|
]
|
||||||
"files": [
|
|
||||||
"src/exceptions.php"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
@@ -29,7 +26,7 @@
|
|||||||
"unit-test": "../../../tests_env/vendor/bin/codecept run unit",
|
"unit-test": "../../../tests_env/vendor/bin/codecept run unit",
|
||||||
"integration-test": "cd ../../../tests_env/docker && COMPOSE_HTTP_TIMEOUT=200 docker compose run -e SKIP_DEPS=1 -e SKIP_PLUGINS=1 -e PACKAGE_NAME=email-editor codeception_integration",
|
"integration-test": "cd ../../../tests_env/docker && COMPOSE_HTTP_TIMEOUT=200 docker compose run -e SKIP_DEPS=1 -e SKIP_PLUGINS=1 -e PACKAGE_NAME=email-editor codeception_integration",
|
||||||
"code-style": "../../../mailpoet/tasks/code_sniffer/vendor/bin/phpcs -ps",
|
"code-style": "../../../mailpoet/tasks/code_sniffer/vendor/bin/phpcs -ps",
|
||||||
"code-style-fix": "../../../mailpoet/tasks/code_sniffer/vendor/bin/phpcbf -p",
|
"code-style-fix": "../../../mailpoet/tasks/code_sniffer/vendor/bin/phpcbf -p",
|
||||||
"phpstan": "php ./tasks/run-phpstan.php"
|
"phpstan": "php ./tasks/run-phpstan.php"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user