Skip to content

Commit 9717e72

Browse files
Update module and remove repositories for testing purposes.
1 parent e647d09 commit 9717e72

File tree

1 file changed

+2
-36
lines changed

1 file changed

+2
-36
lines changed

composer.json

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"type": "library",
66
"prefer-stable": true,
7-
"minimum-stability": "dev",
7+
"minimum-stability": "stable",
88
"authors": [
99
{
1010
"name": "Youwe B.V.",
@@ -33,45 +33,11 @@
3333
"Youwe\\FileMapping\\Tests\\": "tests"
3434
}
3535
},
36-
"repositories": [
37-
{
38-
"type": "vcs",
39-
"url": "https://github.com/YouweGit/coding-standard"
40-
},
41-
{
42-
"type": "vcs",
43-
"url": "https://github.com/YouweGit/coding-standard-phpstorm"
44-
},
45-
{
46-
"type": "vcs",
47-
"url": "https://github.com/YouweGit/composer-dependency-installer"
48-
},
49-
{
50-
"type": "vcs",
51-
"url": "https://github.com/YouweGit/composer-file-installer"
52-
},
53-
{
54-
"type": "vcs",
55-
"url": "https://github.com/YouweGit/file-mapping"
56-
},
57-
{
58-
"type": "vcs",
59-
"url": "https://github.com/YouweGit/testing-suite"
60-
}
61-
],
6236
"archive": {
6337
"exclude": [
6438
"/tests",
65-
"/phpcs.xml",
66-
"/phpmd.xml",
6739
"/phpunit.xml",
68-
"/bitbucket-pipelines.yml",
69-
"/.gitignore",
70-
"/docker-compose.yml",
71-
"/.env.dev",
72-
"/grumphp.yml",
73-
"/pdepend.xml",
74-
"/phpstan.neon"
40+
"/.gitignore"
7541
]
7642
},
7743
"config": {

0 commit comments

Comments
 (0)