Skip to content

Commit

Permalink
Prepare 0.6.0 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi authored Dec 2, 2021
1 parent 9e0ec8e commit 89f0124
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.18",
"sigwin/xezilaires": "^0.5"
"sigwin/xezilaires": "^0.5 || ^0.6"
},
"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.5"
"sigwin/xezilaires": "^0.5 || ^0.6"
},
"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 || ^0.5",
"sigwin/xezilaires": "^0.5 || ^0.6",
"symfony/console": "^4.4 || ^5.0 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/property-access": "^4.4 || ^5.0 || ^6.0",
Expand All @@ -26,8 +26,8 @@
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"nyholm/symfony-bundle-test": "dev-master",
"phpunit/phpunit": "^9.5",
"sigwin/xezilaires-phpspreadsheet": "^0.5",
"sigwin/xezilaires-spout": "^0.5"
"sigwin/xezilaires-phpspreadsheet": "^0.5 || ^0.6",
"sigwin/xezilaires-spout": "^0.5 || ^0.6"
},
"suggest": {
"sigwin/xezilaires-phpspreadsheet": "Read Excel files with PhpSpreadsheet",
Expand Down

0 comments on commit 89f0124

Please sign in to comment.