Skip to content

Commit 9dda93f

Browse files
committed
update package name
1 parent 8d23259 commit 9dda93f

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# 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 />
44

55

66
#### install:
77
```
8-
composer create-project delboy1978uk/boneframework your/path/here
8+
composer create-project boneframework/skeleton your/path/here
99
```
1010

1111
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
1313
Running the above command will clone the skeleton app and install this repository in the vendor folder.
1414

15-
Start here: http://bonemvc.delboysplace.co.uk
15+
Start here: https://github.com/boneframework

composer.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "delboy1978uk/bone",
2+
"name": "boneframework/bone",
33
"description": "Bone Framework core application",
44
"authors": [
55
{
@@ -27,14 +27,18 @@
2727
"laminas/laminas-httphandlerrunner": "^2.10"
2828
},
2929
"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"
3332
},
3433
"autoload": {
3534
"psr-4": {
3635
"Bone\\": "src/",
3736
"BoneTest\\": "tests/unit"
3837
}
38+
},
39+
"config": {
40+
"allow-plugins": {
41+
"phpro/grumphp": false
42+
}
3943
}
4044
}

0 commit comments

Comments
 (0)