Skip to content

Commit 0659603

Browse files
Removed PHP 7.2 support.
1 parent 8eb9bd3 commit 0659603

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: php
22
matrix:
33
include:
4-
- php: 7.2
54
- php: 7.3
65
- php: 7.4
6+
- php: 8.0
7+
- php: nightly
78
allow_failures:
8-
- php: 7.3
9-
- php: 7.4
9+
- php: nightly
1010
fast_finish: true
1111
before_install:
1212
- composer install-db

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A PHP library that can be used to interact with Amazon DynamoDB",
44
"license": "MIT",
55
"require": {
6-
"php": "^7.2||~8.0.0",
6+
"php": "^7.3||~8.0.0",
77
"aws/aws-sdk-php": "^3.95",
88
"guillermoandrae/php-collection": "^1.0"
99
},

composer.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)