Skip to content

Commit 9f78a46

Browse files
authored
Merge pull request #30 from gggeek/gggeek/improve-composer.json
cleanup composer.json from redundant data; fix dependencies
2 parents 99c8d73 + e4063dc commit 9f78a46

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

composer.json

+5-9
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,22 @@
33
"description": "Encrypt and password protect sensitive XLSX files",
44
"type": "library",
55
"license": "MIT",
6+
"__note__": "once pear/ole internalizes the dependency on pear-core-minimal, bumpt the pear/ole min version above and remove pear/pear-core-minimal from require-dev",
67
"require": {
7-
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
8+
"php": "^7.3 || ^8.0",
89
"ext-openssl": "*",
910
"ext-hash": "*",
1011
"ext-simplexml": "*",
1112
"mnapoli/silly": "^1.0",
12-
"pear/ole": "v1.0.0"
13+
"pear/ole": "^1.0"
1314
},
1415
"require-dev": {
15-
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
16-
"ext-openssl": "*",
17-
"ext-hash": "*",
18-
"phpunit/phpunit": "^9.6 || ^10 || ^11"
16+
"phpunit/phpunit": "^9.6 || ^10 || ^11",
17+
"pear/pear-core-minimal": "*"
1918
},
2019
"autoload": {
2120
"psr-4": {
2221
"Nick\\SecureSpreadsheet\\": "src/"
23-
},
24-
"psr-0": {
25-
"OLE": "vendor/pear/ole/OLE"
2622
}
2723
},
2824
"authors": [

0 commit comments

Comments
 (0)