| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "openspout/openspout", |
| 5 |
"version": "v3.7.4", |
| 6 |
"version_normalized": "3.7.4.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/openspout/openspout.git", |
| 10 |
"reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/openspout/openspout/zipball/dfbbd53b5edcd486b45a37f6a04fac33073c70f3", |
| 15 |
"reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"ext-dom": "*", |
| 20 |
"ext-filter": "*", |
| 21 |
"ext-libxml": "*", |
| 22 |
"ext-xmlreader": "*", |
| 23 |
"ext-zip": "*", |
| 24 |
"php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0" |
| 25 |
}, |
| 26 |
"require-dev": { |
| 27 |
"ext-zlib": "*", |
| 28 |
"friendsofphp/php-cs-fixer": "^3.4", |
| 29 |
"phpstan/phpstan": "^1.4", |
| 30 |
"phpstan/phpstan-phpunit": "^1.0", |
| 31 |
"phpunit/phpunit": "^9.5" |
| 32 |
}, |
| 33 |
"suggest": { |
| 34 |
"ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)", |
| 35 |
"ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)" |
| 36 |
}, |
| 37 |
"time": "2022-03-31T06:15:15+00:00", |
| 38 |
"type": "library", |
| 39 |
"extra": { |
| 40 |
"branch-alias": { |
| 41 |
"dev-master": "3.3.x-dev" |
| 42 |
} |
| 43 |
}, |
| 44 |
"installation-source": "dist", |
| 45 |
"autoload": { |
| 46 |
"psr-4": { |
| 47 |
"OpenSpout\\": "src/" |
| 48 |
} |
| 49 |
}, |
| 50 |
"notification-url": "https://packagist.org/downloads/", |
| 51 |
"license": [ |
| 52 |
"MIT" |
| 53 |
], |
| 54 |
"authors": [ |
| 55 |
{ |
| 56 |
"name": "Adrien Loison", |
| 57 |
"email": "adrien@box.com" |
| 58 |
} |
| 59 |
], |
| 60 |
"description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way", |
| 61 |
"homepage": "https://github.com/openspout/openspout", |
| 62 |
"keywords": [ |
| 63 |
"OOXML", |
| 64 |
"csv", |
| 65 |
"excel", |
| 66 |
"memory", |
| 67 |
"odf", |
| 68 |
"ods", |
| 69 |
"office", |
| 70 |
"open", |
| 71 |
"php", |
| 72 |
"read", |
| 73 |
"scale", |
| 74 |
"spreadsheet", |
| 75 |
"stream", |
| 76 |
"write", |
| 77 |
"xlsx" |
| 78 |
], |
| 79 |
"support": { |
| 80 |
"issues": "https://github.com/openspout/openspout/issues", |
| 81 |
"source": "https://github.com/openspout/openspout/tree/v3.7.4" |
| 82 |
}, |
| 83 |
"funding": [ |
| 84 |
{ |
| 85 |
"url": "https://paypal.me/filippotessarotto", |
| 86 |
"type": "custom" |
| 87 |
}, |
| 88 |
{ |
| 89 |
"url": "https://github.com/Slamdunk", |
| 90 |
"type": "github" |
| 91 |
} |
| 92 |
], |
| 93 |
"install-path": "../openspout/openspout" |
| 94 |
}, |
| 95 |
{ |
| 96 |
"name": "wpfluent/framework", |
| 97 |
"version": "2.12.6", |
| 98 |
"version_normalized": "2.12.6.0", |
| 99 |
"source": { |
| 100 |
"type": "git", |
| 101 |
"url": "git@github.com:wpfluent/framework.git", |
| 102 |
"reference": "391d4d9657e3d60c718b0f0203de272fdd9945f6" |
| 103 |
}, |
| 104 |
"dist": { |
| 105 |
"type": "zip", |
| 106 |
"url": "https://api.github.com/repos/wpfluent/framework/zipball/391d4d9657e3d60c718b0f0203de272fdd9945f6", |
| 107 |
"reference": "391d4d9657e3d60c718b0f0203de272fdd9945f6", |
| 108 |
"shasum": "" |
| 109 |
}, |
| 110 |
"require": { |
| 111 |
"ext-json": "*", |
| 112 |
"php": "^7.4|^8.0" |
| 113 |
}, |
| 114 |
"time": "2026-07-30T16:13:44+00:00", |
| 115 |
"type": "library", |
| 116 |
"extra": { |
| 117 |
"branch-alias": { |
| 118 |
"dev-master": "2.10.x-dev" |
| 119 |
} |
| 120 |
}, |
| 121 |
"installation-source": "source", |
| 122 |
"autoload": { |
| 123 |
"psr-4": { |
| 124 |
"WPFluent\\": "src/WPFluent" |
| 125 |
}, |
| 126 |
"files": [ |
| 127 |
"src/WPFluent/Support/mbstring-loader.php" |
| 128 |
] |
| 129 |
}, |
| 130 |
"license": [ |
| 131 |
"MIT" |
| 132 |
], |
| 133 |
"authors": [ |
| 134 |
{ |
| 135 |
"name": "Sheikh Heera", |
| 136 |
"email": "heera.sheikh77@gmail.com" |
| 137 |
} |
| 138 |
], |
| 139 |
"description": "A lightweight rest api based framework to build WordPress plugins.", |
| 140 |
"install-path": "../wpfluent/framework" |
| 141 |
} |
| 142 |
], |
| 143 |
"dev": true, |
| 144 |
"dev-package-names": [] |
| 145 |
} |
| 146 |
|