Skip to content

Commit

Permalink
feat!: raise min PHP version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cvette committed Apr 4, 2024
1 parent 1bef006 commit 1e6104c
Show file tree
Hide file tree
Showing 33 changed files with 573 additions and 730 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"config": {
"platform": {
"php": "7.3"
"php": "8.1"
}
},
"require": {
"symfony/console": "^5.1",
"symfony/filesystem": "^5.1",
"symfony/yaml": "^5.1",
"symfony/config": "^5.2",
"php": "^7.3||^8.0"
"php": "^8.1"
},
"require-dev": {
"vimeo/psalm": "^4.6",
Expand Down
Loading

0 comments on commit 1e6104c

Please sign in to comment.