We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7a5ac commit afae8caCopy full SHA for afae8ca
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 7.2
5
- 7.3
6
- 7.4
7
- 8.0
composer.json
@@ -17,8 +17,8 @@
17
"psr-4": { "Ang3\\Component\\Serializer\\Encoder\\Tests\\": "tests/" }
18
},
19
"require": {
20
- "php": "^7.2 || ^8.0",
21
- "phpoffice/phpspreadsheet": "^1.10",
+ "php": "^7.3 || ^8.0",
+ "phpoffice/phpspreadsheet": "^1.16",
22
"symfony/serializer": "^4.0 || ^5.0 || ^6.0",
23
"symfony/filesystem": "^4.0 || ^5.0 || ^6.0",
24
"symfony/property-access": "^4.0 || ^5.0 || ^6.0"
0 commit comments