File tree 2 files changed +13
-9
lines changed
2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Bone
2
- [ ![ Latest Stable Version] ( https://poser.pugx.org/delboy1978uk /bone/v/stable )] ( https://packagist.org/packages/delboy1978uk /bone ) [ ![ Total Downloads] ( https://poser.pugx.org/delboy1978uk /bone/downloads )] ( https://packagist.org/packages/delboy1978uk /bone ) [ ![ Latest Unstable Version ] ( https://poser.pugx.org/delboy1978uk/bone/v/unstable )] ( https://packagist.org/packages/delboy1978uk/bone ) [ ![ License] ( https://poser.pugx.org/delboy1978uk/bone/license )] ( https://packagist.org/packages/delboy1978uk /bone ) <br />
3
- [ ![ Build Status ] ( https://travis-ci.org/delboy1978uk/bone.png?branch=master )] ( https://travis-ci.org/delboy1978uk/bone ) [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/delboy1978uk /bone/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/delboy1978uk /bone/?branch=master ) [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/delboy1978uk/bone/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/delboy1978uk /bone/?branch=master ) <br />
2
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/boneframework /bone/v/stable )] ( https://packagist.org/packages/boneframework /bone ) [ ![ Total Downloads] ( https://poser.pugx.org/boneframework /bone/downloads )] ( https://packagist.org/packages/boneframework /bone ) [ ![ License] ( https://poser.pugx.org/delboy1978uk/bone/license )] ( https://packagist.org/packages/boneframework /bone ) <br />
3
+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/boneframework /bone/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/boneframework /bone/?branch=master ) [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/delboy1978uk/bone/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/boneframework /bone/?branch=master ) <br />
4
4
5
5
6
6
#### install:
7
7
```
8
- composer create-project delboy1978uk/ boneframework your/path/here
8
+ composer create-project boneframework/skeleton your/path/here
9
9
```
10
10
11
11
These are the core Bone Framework vendor library files.
12
- The default project is the Bone Skeleton App at https://github.com/delboy1978uk/bonemvc
12
+ The default project is the Bone Skeleton App at https://github.com/boneframework/skeleton
13
13
Running the above command will clone the skeleton app and install this repository in the vendor folder.
14
14
15
- Start here: http ://bonemvc.delboysplace.co.uk
15
+ Start here: https ://github.com/boneframework
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " delboy1978uk /bone" ,
2
+ "name" : " boneframework /bone" ,
3
3
"description" : " Bone Framework core application" ,
4
4
"authors" : [
5
5
{
27
27
"laminas/laminas-httphandlerrunner" : " ^2.10"
28
28
},
29
29
"require-dev" : {
30
- "codeception/codeception" : " ^5.1" ,
31
- "codeception/module-asserts" : " ^3.0" ,
32
- "roave/security-advisories" : " dev-latest"
30
+ "roave/security-advisories" : " dev-latest" ,
31
+ "delboy1978uk/dev-tools" : " ^1.0"
33
32
},
34
33
"autoload" : {
35
34
"psr-4" : {
36
35
"Bone\\ " : " src/" ,
37
36
"BoneTest\\ " : " tests/unit"
38
37
}
38
+ },
39
+ "config" : {
40
+ "allow-plugins" : {
41
+ "phpro/grumphp" : false
42
+ }
39
43
}
40
44
}
You can’t perform that action at this time.
0 commit comments