Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Added some small fixes to the composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Aug 16, 2016
1 parent 203d79b commit eb4c7d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -14,13 +14,16 @@
"support": {
"email": "support@getkirby.com",
"issues": "https://github.com/getkirby/toolkit/issues",
"forum": "http://forum.getkirby.com",
"forum": "https://forum.getkirby.com",
"source": "https://github.com/getkirby/toolkit"
},
"autoload": {
"files": ["bootstrap.php"]
},
"require": {
"php": ">=5.4.0"
},
"archive": {
"exclude": ["/.gitignore", "/.travis.yml", "/phpunit.xml", "/test"]
}
}

0 comments on commit eb4c7d1

Please sign in to comment.