Skip to content

Commit 24be44d

Browse files
refactored
1 parent 58561f4 commit 24be44d

File tree

108 files changed

+3815
-3988
lines changed

Some content is hidden

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

108 files changed

+3815
-3988
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ cache:
77
- "$HOME/.local"
88

99
php:
10-
- 5.3
11-
- 5.4
12-
- 5.5
13-
- 5.6
1410
- 7.0
1511
- 7.1
12+
- 7.2
1613

1714
env:
1815
global:
@@ -27,23 +24,22 @@ env:
2724
matrix:
2825
fast_finish: true
2926
include:
30-
- php: 5.6
27+
- php: 7.0
3128
env:
3229
# - DEPS=latest
3330
- CS_CHECK=true
3431
- TEST_COVERAGE=true
35-
- php: 5.6
32+
- php: 7.0
3633
env:
3734
# - DEPS=latest
3835
- BUILD_ZPK="$(if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true'; else echo -n 'false'; fi)"
3936
- PATH="$HOME/.composer/vendor/bin:$HOME/.local/bin:$PATH"
4037
exclude:
41-
- php: 5.6
38+
- php: 7.0
4239
# env: DEPS=latest
4340

4441
before_install:
4542
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
46-
- travis_retry composer self-update
4743

4844
install:
4945
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update -vvv $COMPOSER_ARGS ; fi

COPYRIGHT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Copyright (c) 2005-2017, Zend Technologies USA, Inc.

LICENSE.txt renamed to LICENSE.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
Copyright (c) 2005-2017, Zend Technologies USA, Inc.
2+
23
All rights reserved.
34

45
Redistribution and use in source and binary forms, with or without modification,
56
are permitted provided that the following conditions are met:
67

7-
* Redistributions of source code must retain the above copyright notice,
8-
this list of conditions and the following disclaimer.
8+
- Redistributions of source code must retain the above copyright notice,
9+
this list of conditions and the following disclaimer.
910

10-
* Redistributions in binary form must reproduce the above copyright notice,
11-
this list of conditions and the following disclaimer in the documentation
12-
and/or other materials provided with the distribution.
11+
- Redistributions in binary form must reproduce the above copyright notice,
12+
this list of conditions and the following disclaimer in the documentation
13+
and/or other materials provided with the distribution.
1314

14-
* Neither the name of Zend Technologies USA, Inc. nor the names of its
15-
contributors may be used to endorse or promote products derived from this
16-
software without specific prior written permission.
15+
- Neither the name of Zend Technologies USA, Inc. nor the names of its
16+
contributors may be used to endorse or promote products derived from this
17+
software without specific prior written permission.
1718

1819
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1920
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED

0 commit comments

Comments
 (0)