This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +30
-16
lines changed Expand file tree Collapse file tree 3 files changed +30
-16
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ matrix:
27
27
- php : 7
28
28
- php : hhvm
29
29
allow_failures :
30
- - php : 7
31
30
- php : hhvm
32
31
33
32
notifications :
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
- ## 2.5.2 - 2015-06-15
5
+ ## 2.5.3 - 2016-02-29
6
6
7
7
### Added
8
8
9
- - [ #4 ] ( https://github.com/zendframework/zend-authentication/pull/4 ) adds
10
- documentation, which can be compiled using [ bookdown] ( http://bookdown.io ) :
11
- ` bookdown doc/bookdown.json ` ; docs can then be viewed by starting a web server
12
- via ` php -S 0.0.0.0:8000 -t doc/html/ ` and browsing to http://localhost:8000/ .
9
+ - Nothing.
10
+
11
+ ### Deprecated
12
+
13
+ - Nothing.
14
+
15
+ ### Removed
16
+
17
+ - Nothing.
18
+
19
+ ### Fixed
20
+
21
+ - Nothing.
22
+
23
+ ## 2.5.2 - 2015-06-15
24
+
25
+ ### Added
13
26
14
- (Add bookdown globally using ` composer global require bookdown/bookdown ` .)
27
+ - [ #8 ] ( https://github.com/zendframework/zend-authentication/pull/8 ) updates
28
+ dependencies to allow usage of zend-stdlib 3.0, and to require tests to
29
+ pass against PHP 7.
15
30
16
31
### Deprecated
17
32
Original file line number Diff line number Diff line change 13
13
}
14
14
},
15
15
"require" : {
16
- "php" : " >= 5.5" ,
17
- "zendframework/zend-stdlib" : " ~2.5 "
16
+ "php" : " ^ 5.5 || ^7.0 " ,
17
+ "zendframework/zend-stdlib" : " ^2.7 || ^3.0 "
18
18
},
19
19
"require-dev" : {
20
- "zendframework/zend-db" : " ~2.5 " ,
21
- "zendframework/zend-crypt" : " ~2.5 " ,
22
- "zendframework/zend-http" : " ~ 2.5" ,
23
- "zendframework/zend-ldap" : " ~2.5 " ,
24
- "zendframework/zend-session" : " ~2.5 " ,
25
- "zendframework/zend-validator" : " ~2.5 " ,
26
- "zendframework/zend-uri" : " ~ 2.5" ,
20
+ "zendframework/zend-db" : " ^2.7 " ,
21
+ "zendframework/zend-crypt" : " ^2.6 " ,
22
+ "zendframework/zend-http" : " ^ 2.5.4 " ,
23
+ "zendframework/zend-ldap" : " ^2.6 " ,
24
+ "zendframework/zend-session" : " ^2.6.2 " ,
25
+ "zendframework/zend-validator" : " ^2.6 " ,
26
+ "zendframework/zend-uri" : " ^ 2.5" ,
27
27
"fabpot/php-cs-fixer" : " 1.7.*" ,
28
28
"phpunit/PHPUnit" : " ~4.0"
29
29
},
You can’t perform that action at this time.
0 commit comments