Skip to content

Commit 69cbd68

Browse files
authored
Merge pull request #12 from spryker-sdk/feature/mp-66/master-internal-tools
MP-66 Make internal tools work on the marketplace namespace
2 parents 3fecf42 + 6c7850b commit 69cbd68

1 file changed

Lines changed: 21 additions & 16 deletions

File tree

composer.json

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,33 @@
55
"license": "proprietary",
66
"require": {
77
"php": ">=7.1",
8-
"twig/twig": "^1.34 || ^2.0.0",
9-
"symfony/yaml": "^3.4.9",
10-
"zendframework/zend-filter": "^2.8",
118
"roave/better-reflection": "^2.0 || ^3.0",
12-
"symfony/finder": "^3.4.0 || ^4.0.0",
9+
"spryker/config": "^3.0.0",
10+
"spryker/kernel": "^3.17.0",
11+
"spryker/symfony": "^3.0.0",
12+
"spryker/twig": "^3.0.0",
13+
"spryker/zend": "^2.0.0",
1314
"symfony/console": "^3.4.0 || ^4.0.0",
14-
"spryker/kernel": "^3.17.0"
15+
"symfony/finder": "^3.4.0 || ^4.0.0",
16+
"symfony/yaml": "^3.4.9",
17+
"twig/twig": "^1.34 || ^2.0.0",
18+
"zendframework/zend-filter": "^2.8"
1519
},
1620
"require-dev": {
1721
"codeception/codeception": "^2.4.1",
18-
"symfony/var-dumper": "^4.0.9",
19-
"phpstan/phpstan": "^0.10.0",
20-
"nette/utils": "^2.5.0",
2122
"nette/finder": "^2.4.0",
22-
"spryker/code-sniffer": "dev-master",
23+
"nette/utils": "^2.5.0",
2324
"php-coveralls/php-coveralls": "^1.0",
24-
"spryker/git-hook": "dev-master",
25+
"phpstan/phpstan": "^0.10.0",
2526
"phpstan/phpstan-phpunit": "^0.10.0",
26-
"phpstan/phpstan-strict-rules": "^0.10.0"
27+
"phpstan/phpstan-strict-rules": "^0.10.0",
28+
"spryker/code-sniffer": "*",
29+
"spryker/testify": "*",
30+
"symfony/var-dumper": "^4.0.9"
2731
},
2832
"autoload": {
2933
"psr-4": {
30-
"SprykerSdk\\Spryk\\": "src/SprykerSdk/Spryk/"
34+
"SprykerSdk\\": "src/SprykerSdk/"
3135
}
3236
},
3337
"autoload-dev": {
@@ -55,10 +59,6 @@
5559
},
5660
"minimum-stability": "dev",
5761
"prefer-stable": true,
58-
"config": {
59-
"use-include-path": true,
60-
"process-timeout": 600
61-
},
6262
"scripts": {
6363
"post-install-cmd": [
6464
"GitHook\\Composer\\Scripts\\HookInstaller::installGitHook"
@@ -69,5 +69,10 @@
6969
"cs-check": "phpcs --standard=vendor/spryker/code-sniffer/Spryker/ruleset.xml -v src/ tests/ --ignore='/Fixtures/'",
7070
"cs-fix": "phpcbf --standard=vendor/spryker/code-sniffer/Spryker/ruleset.xml -v src/ tests/ --ignore='/Fixtures/'",
7171
"phpstan": "phpstan analyse -l 7 -c phpstan.neon src/"
72+
},
73+
"config": {
74+
"use-include-path": true,
75+
"process-timeout": 600,
76+
"sort-packages": true
7277
}
7378
}

0 commit comments

Comments
 (0)