Skip to content

Commit

Permalink
fix: Drop php 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Oct 10, 2024
1 parent 3ef6109 commit 3184d3c
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
@@ -1,6 +1,6 @@
{
"require": {
"php": ">=8.0",
"php": ">=8.1",
"ext-json": "*",
"ext-pdo": "*",
"rubix/ml": "2.x",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"config": {
"platform": {
"php": "8.0.2"
"php": "8.1.0"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
Expand Down

0 comments on commit 3184d3c

Please sign in to comment.