Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 9fd285e

Browse files
committed
Renamed to zend-diactoros / Zend\Diactoros
Diactoros: epithet of Hermes, meaning literally, "the messenger". Namespaces become: - src: `Phly\Http` -> `Zend\Diactoros` - test: `PhlyTest\Http` -> `ZendTest\Diactoros` License docblocks were added to all source files. All references to the old package name and/or namespace were rewritten to the new values.
1 parent d180e93 commit 9fd285e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+679
-1199
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ language: php
55
matrix:
66
fast_finish: true
77
include:
8-
- php: 5.4
98
- php: 5.5
109
- php: 5.6
1110
env:
@@ -27,7 +26,7 @@ before_script:
2726
script:
2827
- if [[ $EXECUTE_COVERAGE == 'true' ]]; then ./vendor/bin/phpunit --coverage-clover=coverage.clover ; fi
2928
- if [[ $EXECUTE_COVERAGE != 'true' ]]; then ./vendor/bin/phpunit ; fi
30-
- if [[ $EXECUTE_CS_CHECK == 'true' ]]; then ./vendor/bin/phpcs --standard=PSR2 --ignore=test/Bootstrap.php src test ; fi
29+
- if [[ $EXECUTE_CS_CHECK == 'true' ]]; then ./vendor/bin/phpcs --standard=PSR2 src test ; fi
3130

3231
after_script:
3332
- if [[ $EXECUTE_COVERAGE == 'true' ]]; then wget https://scrutinizer-ci.com/ocular.phar ; fi

0 commit comments

Comments
 (0)