File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
:major: 1
3
3
:minor: 2
4
- :patch: 0
4
+ :patch: 1
5
5
:special: ''
Original file line number Diff line number Diff line change 1
1
{
2
2
"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 ." ,
4
4
"type" : " project" ,
5
5
"keywords" : [
6
6
" bootstrap" ,
9
9
" TDD" ,
10
10
" boilerplate"
11
11
],
12
- "homepage" : " http ://codely.tv" ,
13
- "time" : " 2016-09 -18" ,
12
+ "homepage" : " https ://codely.tv" ,
13
+ "time" : " 2018-07 -18" ,
14
14
"license" : " MIT" ,
15
15
"authors" : [
16
16
{
17
17
"name" : " Javier Ferrer" ,
18
18
"email" : " javier.ferrer@codely.tv" ,
19
- "homepage" : " http ://codely.tv" ,
19
+ "homepage" : " https ://codely.tv" ,
20
20
"role" : " Developer"
21
21
},
22
22
{
23
23
"name" : " Rafa Gómez" ,
24
24
"email" : " rafa.gomez@codely.tv" ,
25
- "homepage" : " http ://codely.tv" ,
25
+ "homepage" : " https ://codely.tv" ,
26
26
"role" : " Developer"
27
27
}
28
28
],
Original file line number Diff line number Diff line change 6
6
beStrictAboutTestSize =" true"
7
7
beStrictAboutChangesToGlobalState =" true" >
8
8
<testsuites >
9
- <testsuite name =" finderKata " >
9
+ <testsuite name =" phpBootstrap " >
10
10
<directory >tests</directory >
11
11
</testsuite >
12
12
</testsuites >
Original file line number Diff line number Diff line change 7
7
final class Codelyber
8
8
{
9
9
/** string */
10
- const GREETING = "CodelyTV " ;
10
+ private const GREETING = "CodelyTV " ;
11
11
12
12
/** @var string */
13
13
private $ name ;
You can’t perform that action at this time.
0 commit comments