Skip to content

Commit

Permalink
Relaxed php and symfony/yaml version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Oct 31, 2023
1 parent 02a06f2 commit 643b0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}
],
"require": {
"php": ">=8.1",
"symfony/yaml": "^6.0",
"php": "^8.0 || ^8.1 || ^8.2",
"symfony/yaml": "^5.0 || ^6.0",
"yosymfony/toml": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 643b0cb

Please sign in to comment.