Skip to content

Commit

Permalink
Merge pull request #93 from chuva-inc/atualiza-openspout-4x
Browse files Browse the repository at this point in the history
feat: Atualiza para OpenSpout 4.x para compatibilidade com PHP 8.3
  • Loading branch information
wundo authored May 1, 2024
2 parents dcb2b06 + b2a141a commit 4958441
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 249 deletions.
7 changes: 4 additions & 3 deletions php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
"webscrapping": "php -r \"require 'vendor/autoload.php'; Chuva\\Php\\WebScrapping\\Main::run();\""
},
"require": {
"openspout/openspout": "^3.4",
"openspout/openspout": "^4",
"psalm/phar": "^4.7",
"drupal/coder": "8.3.x-dev"
"drupal/coder": "8.3.x-dev",
"symfony/yaml": "^6.4"
},
"config": {
"allow-plugins": {
Expand All @@ -26,4 +27,4 @@
"require-dev": {
"phpunit/phpunit": "10.5.x-dev"
}
}
}
Loading

0 comments on commit 4958441

Please sign in to comment.