Skip to content

Commit

Permalink
Merge pull request #11 from FlorentTorregrosa/10-php8.3
Browse files Browse the repository at this point in the history
Issue #10: Allow to install on PHP 8.3.
  • Loading branch information
viossat authored Feb 13, 2024
2 parents dddaf50 + fdfcf73 commit 069561a
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 @@ -23,7 +23,7 @@
"psr-4": {"MathieuViossat\\Util\\": "src/"}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": ">=8.0.0",
"laminas/laminas-text": "^2.10"
}
}

0 comments on commit 069561a

Please sign in to comment.