Skip to content

Commit 76a3b9b

Browse files
committed
Update Composer release date
1 parent 0bead4c commit 76a3b9b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 1
33
:minor: 2
4-
:patch: 0
4+
:patch: 1
55
:special: ''

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codelytv/php-bootstrap",
3-
"description": "Starting point if you want to bootstrap a project in PHP.",
3+
"description": "Starting point if you want to bootstrap a project in PHP following best practices.",
44
"type": "project",
55
"keywords": [
66
"bootstrap",
@@ -9,20 +9,20 @@
99
"TDD",
1010
"boilerplate"
1111
],
12-
"homepage": "http://codely.tv",
13-
"time": "2016-09-18",
12+
"homepage": "https://codely.tv",
13+
"time": "2018-07-18",
1414
"license": "MIT",
1515
"authors": [
1616
{
1717
"name": "Javier Ferrer",
1818
"email": "javier.ferrer@codely.tv",
19-
"homepage": "http://codely.tv",
19+
"homepage": "https://codely.tv",
2020
"role": "Developer"
2121
},
2222
{
2323
"name": "Rafa Gómez",
2424
"email": "rafa.gomez@codely.tv",
25-
"homepage": "http://codely.tv",
25+
"homepage": "https://codely.tv",
2626
"role": "Developer"
2727
}
2828
],

0 commit comments

Comments
 (0)