File tree Expand file tree Collapse file tree 4 files changed +23
-20
lines changed Expand file tree Collapse file tree 4 files changed +23
-20
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,16 @@ cache:
12
12
13
13
matrix :
14
14
include :
15
- - php : 5.3
16
- - php : 5.4
17
- - php : 5.5
18
- - php : 5.6
19
- - php : hhvm
20
- - php : nightly
21
- - php : 7.0
15
+ - php : 7.3
22
16
env : COVERAGE=yes
23
- - php : 7.0
17
+ - php : 7.3
24
18
env : COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
25
- - php : 8.0
19
+ - php : 7.4
20
+ env : COVERAGE=yes
21
+ - php : 7.4
26
22
env : COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
23
+ # - php: 8.0
24
+ # env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
27
25
allow_failures :
28
26
- php : hhvm
29
27
- php : nightly
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- * 1.3.1 (2020-03-04)
5
-
6
- * fixed PHP 8 compatibility
4
+ * 2.0.0 (@release_date@)
5
+
6
+ * dropped support for PHP ^5.2
7
+ * dropped support for PHP 7.0
8
+ * dropped support for PHP 7.1
9
+ * dropped support for PHP 7.2
10
+ * upgraded dependencies
11
+ * added PHP 8 compatibility
7
12
8
13
* 1.3.0 (@release_date@)
9
14
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Webmozart JSON
6
6
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/webmozart/json/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/webmozart/json/?branch=master )
7
7
[ ![ Latest Stable Version] ( https://poser.pugx.org/webmozart/json/v/stable.svg )] ( https://packagist.org/packages/webmozart/json )
8
8
[ ![ Total Downloads] ( https://poser.pugx.org/webmozart/json/downloads.svg )] ( https://packagist.org/packages/webmozart/json )
9
- [ ![ Dependency Status] ( https://www.versioneye.com/php/webmozart:json/1.2.2 /badge.svg )] ( https://www.versioneye.com/php/webmozart:json/1.2.2 )
9
+ [ ![ Dependency Status] ( https://www.versioneye.com/php/webmozart:json/2.0.0 /badge.svg )] ( https://www.versioneye.com/php/webmozart:json/2.0.0 )
10
10
11
- Latest release: [ 1.2.2 ] ( https://packagist.org/packages/webmozart/json#1.2.2 )
11
+ Latest release: [ 2.0.0 ] ( https://packagist.org/packages/webmozart/json#2.0.0 )
12
12
13
13
A robust wrapper for ` json_encode() ` /` json_decode() ` that normalizes their
14
14
behavior across PHP versions, throws meaningful exceptions and supports schema
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"require" : {
12
- "php" : " ^5.3.3|^7.0|^8.0 " ,
12
+ "php" : " >=7.3 " ,
13
13
"justinrainbow/json-schema" : " ^2.0" ,
14
- "seld/jsonlint" : " ^1.0 " ,
15
- "webmozart/assert" : " ^1.0 " ,
14
+ "seld/jsonlint" : " ^1.8 " ,
15
+ "webmozart/assert" : " ^1.9 " ,
16
16
"webmozart/path-util" : " ^2.3"
17
17
},
18
18
"require-dev" : {
19
- "phpunit/phpunit" : " ^4.6 " ,
20
- "sebastian/version" : " ^1 .0.1 " ,
21
- "symfony/filesystem" : " ^2.5 "
19
+ "phpunit/phpunit" : " ^9.5 " ,
20
+ "sebastian/version" : " ^3 .0.2 " ,
21
+ "symfony/filesystem" : " ^5.2 "
22
22
},
23
23
"autoload" : {
24
24
"psr-4" : {
You can’t perform that action at this time.
0 commit comments