Skip to content

Commit 6f6f9c2

Browse files
Merge branch 'feature/OTPBBBBBZP-117'
2 parents 1568c1e + ebeced9 commit 6f6f9c2

File tree

1 file changed

+3
-30
lines changed

1 file changed

+3
-30
lines changed

composer.json

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"type": "composer-plugin",
55
"license": "MIT",
66
"prefer-stable": true,
7-
"minimum-stability": "dev",
7+
"minimum-stability": "stable",
88
"authors": [
99
{
10-
"name": "Youwe",
10+
"name": "Youwe B.V.",
1111
"email": "info@youweagency.com"
1212
}
1313
],
@@ -18,35 +18,8 @@
1818
"require-dev": {
1919
"ext-simplexml": "*",
2020
"kint-php/kint": "@stable",
21-
"mikey179/vfsstream": "^1.6",
22-
"youwe/testing-suite": "dev-master"
21+
"mikey179/vfsstream": "^1.6"
2322
},
24-
"repositories": [
25-
{
26-
"type": "vcs",
27-
"url": "https://github.com/YouweGit/coding-standard"
28-
},
29-
{
30-
"type": "vcs",
31-
"url": "https://github.com/YouweGit/testing-suite"
32-
},
33-
{
34-
"type": "vcs",
35-
"url": "https://github.com/YouweGit/coding-standard-phpstorm"
36-
},
37-
{
38-
"type": "vcs",
39-
"url": "https://github.com/YouweGit/composer-dependency-installer"
40-
},
41-
{
42-
"type": "vcs",
43-
"url": "https://github.com/YouweGit/composer-file-installer"
44-
},
45-
{
46-
"type": "vcs",
47-
"url": "https://github.com/YouweGit/file-mapping"
48-
}
49-
],
5023
"autoload": {
5124
"psr-4": {
5225
"Youwe\\CodingStandard\\PhpStorm\\": "src"

0 commit comments

Comments
 (0)