File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
.gitattributes export-ignore
3
3
/.github / export-ignore
4
4
.gitignore export-ignore
5
- /.php_cs export-ignore
5
+ /.php_cs.dist export-ignore
6
6
/.scrutinizer.yml export-ignore
7
7
/.styleci.yml export-ignore
8
8
/.travis.yml export-ignore
Original file line number Diff line number Diff line change
1
+ /.php_cs
1
2
/behat.yml
2
3
/build /
3
4
/composer.lock
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
- $HOME/.composer/cache/files
8
8
9
9
php :
10
- - 5.4
11
10
- 5.5
12
11
- 5.6
13
12
- 7.0
@@ -25,7 +24,7 @@ branches:
25
24
matrix :
26
25
fast_finish : true
27
26
include :
28
- - php : 5.4
27
+ - php : 5.5
29
28
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30
29
31
30
before_install :
Original file line number Diff line number Diff line change 1
- # Boilerplate
1
+ # Package
2
2
3
- [ ![ Latest Version] ( https://img.shields.io/github/release/php-http/boilerplate .svg?style=flat-square )] ( https://github.com/php-http/boilerplate /releases )
4
- [ ![ Build Status] ( https://img.shields.io/travis/php-http/boilerplate .svg?style=flat-square )] ( https://travis-ci.org/php-http/boilerplate )
5
- [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/php-http/boilerplate .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/boilerplate )
6
- [ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/php-http/boilerplate .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/boilerplate )
7
- [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/php-http/boilerplate .svg?style=flat-square )] ( https://packagist.org/packages/php-http/boilerplate )
3
+ [ ![ Latest Version] ( https://img.shields.io/github/release/php-http/package .svg?style=flat-square )] ( https://github.com/php-http/package /releases )
4
+ [ ![ Build Status] ( https://img.shields.io/travis/php-http/package .svg?style=flat-square )] ( https://travis-ci.org/php-http/package )
5
+ [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/php-http/package .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/package )
6
+ [ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/php-http/package .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/php-http/package )
7
+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/php-http/package .svg?style=flat-square )] ( https://packagist.org/packages/php-http/package )
8
8
9
9
** Boilerplate PHP HTTP library.**
10
10
14
14
Via Composer
15
15
16
16
``` bash
17
- $ composer require php-http/boilerplate
17
+ $ composer require php-http/package
18
18
```
19
19
20
20
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " ^5.4 || ^7.0"
14
+ "php" : " ^5.5 || ^7.0"
15
15
},
16
16
"autoload" : {
17
17
"psr-4" : {
18
- "Http\\ Boilerplate \\ " : " src/"
18
+ "Http\\ Package \\ " : " src/"
19
19
}
20
20
},
21
21
"scripts" : {
You can’t perform that action at this time.
0 commit comments