We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LICENSE
1 parent 685060b commit bc7e302Copy full SHA for bc7e302
.semver
@@ -1,5 +1,5 @@
1
---
2
:major: 1
3
:minor: 0
4
-:patch: 4
+:patch: 5
5
:special: ''
README.md
@@ -83,7 +83,7 @@ The MIT License (MIT). Please see [License File][link-license] for more informat
83
[link-contributors]: ../../contributors
84
[link-composer-json]: composer.json
85
[link-readme]: README.md
86
-[link-license]: LICENSE.md
+[link-license]: LICENSE
87
[link-phpunit]: phpunit.xml
88
[link-editorconfig]: .editorconfig
89
[link-travis]: .travis.yml
composer.json
@@ -1,7 +1,7 @@
{
"name": "codelytv/php-bootstrap",
"description": "Starting point if you want to bootstrap a project in PHP.",
- "version": "1.0.4",
+ "version": "1.0.5",
"type": "project",
6
"keywords": [
7
"bootstrap",
0 commit comments