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 c5cdd6b commit 5a626c8Copy full SHA for 5a626c8
composer.json
@@ -29,22 +29,20 @@
29
"ods"
30
],
31
"require": {
32
- "php": "^7.4|^8.0|^8.1|^8.2",
+ "php": "^8.2",
33
"ext-fileinfo": "*",
34
"ext-zip": "*",
35
"ext-xml": "*",
36
"ext-gd": "*",
37
- "symfony/process": "^6.1",
+ "symfony/process": "6.4.3",
38
"phpoffice/phpspreadsheet": "^1.23",
39
"phpoffice/phpword": "^0.18",
40
- "laravel/framework": "^8.0|^9.0",
+ "laravel/framework": "^10.0",
41
"thiagoalessio/tesseract_ocr": "^2.12",
42
- "stechstudio/laravel-php-cs-fixer": "^3.1",
43
"html2text/html2text": "^4.3",
44
"lywzx/php-epub": "^0.1.2"
45
},
46
"require-dev": {
47
- "friendsofphp/php-cs-fixer": "^v3.8.0",
48
"phpunit/phpunit": "^9.5"
49
50
"license": "MIT",
0 commit comments