Skip to content

Commit 1d1c98a

Browse files
committed
Add PHP 8 support
1 parent 17803d6 commit 1d1c98a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
11+
php-versions: ['7.3', '7.4', '8.0']
1212
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313

1414
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A strictly typed array reader for PHP.
1212

1313
## Requirements
1414

15-
* PHP 7.0+ or 8.0+
15+
* PHP 7.3+ or 8.0+
1616

1717
## Installation
1818

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"homepage": "https://github.com/selective-php/array-reader",
1414
"license": "MIT",
1515
"require": {
16-
"php": "^7.0 || ^8.0",
17-
"cakephp/chronos": "^1.2 || ^2"
16+
"php": "^7.3 || ^8.0",
17+
"cakephp/chronos": "^2"
1818
},
1919
"require-dev": {
2020
"friendsofphp/php-cs-fixer": "^2.16",

0 commit comments

Comments
 (0)