Skip to content

Commit

Permalink
Allow PHP 8.4 (#18)
Browse files Browse the repository at this point in the history
* Allow PHP 8.4

* Update composer.json
  • Loading branch information
ruudk authored Sep 12, 2024
1 parent 98a594c commit 5f34bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"symfony/yaml": "^5.4 | ^6.0 | ^7.0",
"ext-simplexml": "*"
},
Expand Down

0 comments on commit 5f34bac

Please sign in to comment.