This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree 9 files changed +919
-893
lines changed
9 files changed +919
-893
lines changed Original file line number Diff line number Diff line change 1
- /docs export-ignore
2
- /test export-ignore
3
1
/.coveralls.yml export-ignore
4
2
/.gitattributes export-ignore
5
3
/.gitignore export-ignore
6
4
/.travis.yml export-ignore
7
5
/composer.lock export-ignore
6
+ /docs / export-ignore
8
7
/mkdocs.yml export-ignore
9
8
/phpcs.xml export-ignore
10
9
/phpunit.xml.dist export-ignore
10
+ /test / export-ignore
Original file line number Diff line number Diff line change 1
- docs / html /
2
- vendor /
3
- phpunit.xml
4
- zf-mkdoc-theme /
5
- clover.xml
6
- coveralls-upload.json
7
- zf-mkdoc-theme.tgz
1
+ / clover.xml
2
+ / coveralls-upload.json
3
+ / docs / html /
4
+ / phpunit.xml
5
+ / vendor /
6
+ / zf-mkdoc-theme.tgz
7
+ / zf-mkdoc-theme /
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ language: php
5
5
cache :
6
6
directories :
7
7
- $HOME/.composer/cache
8
- - vendor
9
8
10
9
env :
11
10
global :
@@ -34,19 +33,16 @@ matrix:
34
33
- php : 7.2
35
34
env :
36
35
- DEPS=latest
37
- allow_failures :
38
- - php : 7.2
39
36
40
37
before_install :
41
38
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
42
- - travis_retry composer self-update
43
39
44
40
install :
45
- - travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
41
+ - travis_retry composer install $COMPOSER_ARGS
46
42
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
47
43
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
48
44
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
49
- - composer show
45
+ - stty cols 120 && composer show
50
46
51
47
script :
52
48
- if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; else composer test ; fi
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zendframework/zend-problem-details" ,
3
3
"description" : " Problem Details for PSR-7 HTTP APIs" ,
4
- "type" : " library" ,
5
4
"license" : " BSD-3-Clause" ,
6
5
"keywords" : [
7
6
" api" ,
14
13
"docs" : " https://docs.zendframework.com/zend-problem-details/" ,
15
14
"issues" : " https://github.com/zendframework/zend-problem-details/issues" ,
16
15
"source" : " https://github.com/zendframework/zend-problem-details" ,
16
+ "rss" : " https://github.com/zendframework/zend-problem-details/releases.atom" ,
17
17
"slack" : " https://zendframework-slack.herokuapp.com" ,
18
18
"forum" : " https://discourse.zendframework.com/c/questions/expressive"
19
19
},
20
- "config" : {
21
- "sort-packages" : true
22
- },
23
20
"require" : {
24
21
"php" : " ^7.1" ,
25
22
"ext-json" : " *" ,
26
23
"fig/http-message-util" : " ^1.1.2" ,
24
+ "http-interop/http-middleware" : " ^0.4.1" ,
27
25
"psr/container" : " ^1.0" ,
28
26
"psr/http-message" : " ^1.0" ,
29
27
"spatie/array-to-xml" : " ^2.3" ,
45
43
"ZendTest\\ ProblemDetails\\ " : " test/"
46
44
}
47
45
},
46
+ "config" : {
47
+ "sort-packages" : true
48
+ },
48
49
"extra" : {
49
50
"zf" : {
50
51
"config-provider" : " Zend\\ ProblemDetails\\ ConfigProvider"
52
+ },
53
+ "branch-alias" : {
54
+ "dev-master" : " 1.0-dev"
51
55
}
52
56
},
53
57
"scripts" : {
You can’t perform that action at this time.
0 commit comments