-
- Downloads
Use fork of PHPWord to be able to set min and max on axes. Fixes...
Use fork of PHPWord to be able to set min and max on axes. Fixes #1000
... | ... | @@ -8,6 +8,7 @@ |
"homepage": "https://soluris.fr/" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.1", | ||
"ext-json": "*", | ||
... | ... | @@ -34,7 +35,7 @@ |
"nelmio/cors-bundle": "^2.1", | ||
"oro/doctrine-extensions": "^2.0", | ||
"phpdocumentor/reflection-docblock": "^5", | ||
"phpoffice/phpword": "1.1.*", | ||
"phpoffice/phpword": "dev-master", | ||
"phpspec/prophecy-phpunit": "^2.0", | ||
"ramsey/uuid": "^4.6", | ||
"ramsey/uuid-doctrine": "^1.8", | ||
... | ... | @@ -128,6 +129,10 @@ |
{ | ||
"type": "vcs", | ||
"url": "https://github.com/theofidry/AliceBundle" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/jfoucher/PHPWord" | ||
} | ||
] | ||
} |
This diff is collapsed.