Skip to content

Commit aafbf54

Browse files
committed
Fix composer
1 parent f2dabe1 commit aafbf54

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "alexandrainst/php-xlsx-fast-editor",
3-
"version": "1.0.0",
43
"description": "PHP library to make basic and fast read-write operations on existing Excel workbooks",
54
"keywords": [
65
"PHP",
@@ -14,7 +13,7 @@
1413
],
1514
"homepage": "https://github.com/alexandrainst/php-xlsx-fast-editor",
1615
"type": "library",
17-
"license": "AGPL",
16+
"license": "AGPL-3.0-or-later",
1817
"authors": [
1918
{
2019
"name": "Alexandre Alapetite",
@@ -30,7 +29,6 @@
3029
"ext-zip": "*"
3130
},
3231
"require-dev": {
33-
"php": ">=8",
3432
"ext-simplexml": "*",
3533
"ext-tokenizer": "*",
3634
"ext-xmlwriter": "*",

composer.lock

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

0 commit comments

Comments
 (0)