Skip to content
Snippets Groups Projects
Verified Commit d11cc680 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

chore: add required composer settings

parent 66fdde0d
No related branches found
No related tags found
1 merge request!36feat/translations
Pipeline #296052 passed with warnings
......@@ -18,11 +18,22 @@
"wimg/php-compatibility": "^8"
},
"autoload": {
"psr-4": {"WPDesk\\PluginBuilder\\": "src/"},
"classmap": ["src/Plugin/WithoutNamespace"]
"psr-4": {
"WPDesk\\PluginBuilder\\": "src/"
},
"classmap": [
"src/Plugin/WithoutNamespace"
]
},
"autoload-dev": {
},
"extra": {
"text-domain": "wpdesk-wp-builder",
"translations-folder": "lang",
"po-files": {
"pl_PL": "pl_PL.po"
}
},
"scripts": {
"phpcs": "phpcs",
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment