Skip to content

Commit d4d5a25

Browse files
Merge branch 'feature/OTPBBBBBZP-117'
2 parents b81c564 + 075a468 commit d4d5a25

File tree

1 file changed

+3
-29
lines changed

1 file changed

+3
-29
lines changed

composer.json

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"type": "library",
55
"license": "MIT",
66
"prefer-stable": true,
7-
"minimum-stability": "dev",
7+
"minimum-stability": "stable",
88
"authors": [
99
{
1010
"name": "Youwe B.V.",
11-
"email": "contact@youweagency.com"
11+
"email": "info@youweagency.com"
1212
},
1313
{
1414
"name": "Jan-Marten de Boer",
@@ -17,40 +17,14 @@
1717
],
1818
"require": {
1919
"php": "^7.2",
20-
"youwe/file-mapping": "dev-master"
20+
"youwe/file-mapping": "~1.1.0"
2121
},
2222
"require-dev": {
2323
"composer/composer": "@stable",
2424
"kint-php/kint": "@stable",
2525
"mikey179/vfsstream": "@stable",
2626
"phpunit/phpunit": "@stable"
2727
},
28-
"repositories": [
29-
{
30-
"type": "vcs",
31-
"url": "https://github.com/YouweGit/coding-standard"
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-
{
50-
"type": "vcs",
51-
"url": "https://github.com/YouweGit/testing-suite"
52-
}
53-
],
5428
"autoload": {
5529
"psr-4": {
5630
"Youwe\\Composer\\": "src"

0 commit comments

Comments
 (0)