Skip to content

Commit

Permalink
fix: require Xezilaires ^0.5 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi authored Aug 24, 2021
1 parent e346742 commit 9195f8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Bridge/PhpSpreadsheet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.3 || ^8.0",
"phpoffice/phpspreadsheet": "^1.4,>1.4.1",
"sigwin/xezilaires": "^0.4"
"sigwin/xezilaires": "^0.5"
},
"require-dev": {
"doctrine/annotations": "^1.11",
Expand Down
2 changes: 1 addition & 1 deletion src/Bridge/Spout/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.3 || ^8.0",
"box/spout": "^3.0",
"sigwin/xezilaires": "^0.4"
"sigwin/xezilaires": "^0.5"
},
"require-dev": {
"doctrine/annotations": "^1.11",
Expand Down
6 changes: 3 additions & 3 deletions src/Bridge/Symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^7.3 || ^8.0",
"sigwin/xezilaires": "^0.4",
"sigwin/xezilaires": "^0.4 || ^0.5",
"symfony/console": "^4.4 || ^5.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/property-access": "^4.4 || ^5.0",
Expand All @@ -26,8 +26,8 @@
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"nyholm/symfony-bundle-test": "^1.5",
"phpunit/phpunit": "^9.5",
"sigwin/xezilaires-phpspreadsheet": "^0.4",
"sigwin/xezilaires-spout": "^0.4"
"sigwin/xezilaires-phpspreadsheet": "^0.5",
"sigwin/xezilaires-spout": "^0.5"
},
"suggest": {
"sigwin/xezilaires-phpspreadsheet": "Read Excel files with PhpSpreadsheet",
Expand Down

0 comments on commit 9195f8e

Please sign in to comment.