Skip to content

Commit 4413563

Browse files
authored
composer require php:8.4.x (#27)
For dependabot.
1 parent 23026cd commit 4413563

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@
2626
"source": "https://github.com/typisttech/php-matrix-action"
2727
},
2828
"require": {
29+
"php": "8.4.x",
2930
"typisttech/php-matrix": "^0.2.6"
3031
},
3132
"config": {
32-
"sort-packages": true
33+
"sort-packages": true,
34+
"platform": {
35+
"php": "8.4.0"
36+
}
3337
},
3438
"bin": [
3539
"bin/decode-php-constraint"

composer.lock

Lines changed: 18 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)