Skip to content

Commit

Permalink
Update module and remove repositories for testing purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Helmus committed Mar 18, 2022
1 parent e647d09 commit 9717e72
Showing 1 changed file with 2 additions and 36 deletions.
38 changes: 2 additions & 36 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"type": "library",
"prefer-stable": true,
"minimum-stability": "dev",
"minimum-stability": "stable",
"authors": [
{
"name": "Youwe B.V.",
Expand Down Expand Up @@ -33,45 +33,11 @@
"Youwe\\FileMapping\\Tests\\": "tests"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/YouweGit/coding-standard"
},
{
"type": "vcs",
"url": "https://github.com/YouweGit/coding-standard-phpstorm"
},
{
"type": "vcs",
"url": "https://github.com/YouweGit/composer-dependency-installer"
},
{
"type": "vcs",
"url": "https://github.com/YouweGit/composer-file-installer"
},
{
"type": "vcs",
"url": "https://github.com/YouweGit/file-mapping"
},
{
"type": "vcs",
"url": "https://github.com/YouweGit/testing-suite"
}
],
"archive": {
"exclude": [
"/tests",
"/phpcs.xml",
"/phpmd.xml",
"/phpunit.xml",
"/bitbucket-pipelines.yml",
"/.gitignore",
"/docker-compose.yml",
"/.env.dev",
"/grumphp.yml",
"/pdepend.xml",
"/phpstan.neon"
"/.gitignore"
]
},
"config": {
Expand Down

0 comments on commit 9717e72

Please sign in to comment.