Skip to content

Commit

Permalink
PHP 8 support. Added Symfony 6 support. Dropped Symfony 4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex K committed Nov 27, 2022
1 parent a685615 commit 7a8dd80
Show file tree
Hide file tree
Showing 9 changed files with 569 additions and 628 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
}
],
"require": {
"symfony/process": "^4.0|^5.0",
"spatie/temporary-directory": "^1.2"
"php": "^8.0",
"symfony/process": "^5.0|^6.0",
"spatie/temporary-directory": "^2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -24,7 +25,7 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"league/csv": "^9.4"
"league/csv": "^9.8"
},
"license": "MIT"
}
Loading

0 comments on commit 7a8dd80

Please sign in to comment.