File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ checks:
20
20
tools :
21
21
external_code_coverage :
22
22
timeout : 600
23
- runs : 4
23
+ runs : 3
24
24
25
25
build :
26
26
nodes :
Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ language: php
2
2
3
3
matrix :
4
4
include :
5
- - php : " 7.2"
6
- env : LARAVEL_VERSION="^6.0" RUN_CS_FIXER=1
7
5
- php : " 7.3"
8
- env : LARAVEL_VERSION="^7 .0"
6
+ env : LARAVEL_VERSION="^6 .0" RUN_CS_FIXER=1
9
7
- php : " 7.4"
10
- env : LARAVEL_VERSION="^8 .0"
8
+ env : LARAVEL_VERSION="^7 .0"
11
9
- php : " 8.0"
12
10
env : LARAVEL_VERSION="^8.0"
13
11
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
11
11
* All classes now use strict typing [ #93 ] ( https://github.com/swisnl/json-api-client/pull/93 ) .
12
12
13
+ ### Removed
14
+
15
+ * Dropped PHP <7.3 support.
16
+
13
17
## [ 2.0.0-beta] - 2021-07-01
14
18
15
19
Please see [ UPGRADING] ( UPGRADING.md ) for details on how to upgrade.
Original file line number Diff line number Diff line change 3
3
"type" : " library" ,
4
4
"description" : " A PHP package for mapping remote JSON:API resources to Eloquent like models and collections." ,
5
5
"require" : {
6
- "php" : " >=7.2.5 " ,
6
+ "php" : " ^7.3|^8.0 " ,
7
7
"ext-json" : " *" ,
8
8
"illuminate/contracts" : " ^6.0|^7.0|^8.0" ,
9
9
"php-http/discovery" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments