This repository was archived by the owner on Jan 30, 2020. It is now read-only.
File tree 4 files changed +99
-89
lines changed
4 files changed +99
-89
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ matrix:
19
19
- php : 5.6
20
20
env :
21
21
- DEPS=locked
22
- - LEGACY_DEPS="phpunit/phpunit"
22
+ - LEGACY_DEPS="phpunit/phpunit paragonie/random_compat "
23
23
- php : 5.6
24
24
env :
25
25
- DEPS=latest
@@ -53,6 +53,15 @@ matrix:
53
53
- php : 7.2
54
54
env :
55
55
- DEPS=latest
56
+ - php : 7.3
57
+ env :
58
+ - DEPS=lowest
59
+ - php : 7.3
60
+ env :
61
+ - DEPS=locked
62
+ - php : 7.3
63
+ env :
64
+ - DEPS=latest
56
65
57
66
before_install :
58
67
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
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
- ## 3.1.2 - TBD
5
+ ## 3.2.0 - 2018-12-04
6
6
7
7
### Added
8
8
9
- - Nothing.
9
+ - [ #40 ] ( https://github.com/zendframework/zend-math/pull/40 ) adds support for PHP 7.3.
10
+
11
+ - [ #38 ] ( https://github.com/zendframework/zend-math/pull/38 ) adds support for paragonie/random_compat 9.99.99.
10
12
11
13
### Changed
12
14
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^5.6 || ^7.0" ,
20
20
"ext-mbstring" : " *" ,
21
- "paragonie/random_compat" : " ^2.0.11"
21
+ "paragonie/random_compat" : " ^2.0.11 || 9.99.99 "
22
22
},
23
23
"require-dev" : {
24
24
"phpunit/phpunit" : " ^5.7.27 || ^6.5.8 || ^7.1.2" ,
46
46
},
47
47
"extra" : {
48
48
"branch-alias" : {
49
- "dev-master" : " 3.1 .x-dev" ,
50
- "dev-develop" : " 3.2 .x-dev"
49
+ "dev-master" : " 3.2 .x-dev" ,
50
+ "dev-develop" : " 3.3 .x-dev"
51
51
}
52
52
},
53
53
"scripts" : {
You can’t perform that action at this time.
0 commit comments