Skip to content

Commit afae8ca

Browse files
committed
Removed PHP 7.3 support
1 parent bb7a5ac commit afae8ca

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.2
54
- 7.3
65
- 7.4
76
- 8.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"psr-4": { "Ang3\\Component\\Serializer\\Encoder\\Tests\\": "tests/" }
1818
},
1919
"require": {
20-
"php": "^7.2 || ^8.0",
21-
"phpoffice/phpspreadsheet": "^1.10",
20+
"php": "^7.3 || ^8.0",
21+
"phpoffice/phpspreadsheet": "^1.16",
2222
"symfony/serializer": "^4.0 || ^5.0 || ^6.0",
2323
"symfony/filesystem": "^4.0 || ^5.0 || ^6.0",
2424
"symfony/property-access": "^4.0 || ^5.0 || ^6.0"

0 commit comments

Comments
 (0)