Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,22 @@
"description": "Encrypt and password protect sensitive XLSX files",
"type": "library",
"license": "MIT",
"__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",
"require": {
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
"php": "^7.3 || ^8.0",
"ext-openssl": "*",
"ext-hash": "*",
"ext-simplexml": "*",
"mnapoli/silly": "^1.0",
"pear/ole": "v1.0.0"
"pear/ole": "^1.0"
},
"require-dev": {
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
"ext-openssl": "*",
"ext-hash": "*",
"phpunit/phpunit": "^9.6 || ^10 || ^11"
"phpunit/phpunit": "^9.6 || ^10 || ^11",
"pear/pear-core-minimal": "*"
},
"autoload": {
"psr-4": {
"Nick\\SecureSpreadsheet\\": "src/"
},
"psr-0": {
"OLE": "vendor/pear/ole/OLE"
}
},
"authors": [
Expand Down