We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad343ea commit 2f08a17Copy full SHA for 2f08a17
composer.json
@@ -2,7 +2,11 @@
2
"name": "shopsys/plugin-interface",
3
"type": "library",
4
"description": "General Shopsys Platform plugin interface",
5
- "keywords": ["plugin", "Shopsys Platform", "SSFW"],
+ "keywords": [
6
+ "plugin",
7
+ "Shopsys Platform",
8
+ "SSFW"
9
+ ],
10
"license": "MIT",
11
"authors": [
12
{
@@ -20,7 +24,7 @@
20
24
"symfony/monolog-bridge": "^5.4.0"
21
25
},
22
26
"require-dev": {
23
- "shopsys/coding-standards": "14.5.x-dev"
27
+ "shopsys/coding-standards": "dev-rc-14-5-0 as 14.5.0"
28
29
"config": {
30
"allow-plugins": {
0 commit comments