Skip to content

Commit c3a307a

Browse files
authored
update requirement of php to v8.0 or higher
1 parent d802492 commit c3a307a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"require": {
13-
"php": "7.4 - 8.1",
13+
"php": "^8.0",
1414
"devnet/core": "1.0.*",
1515
"devnet/cli": "1.0.*",
1616
"devnet/web": "1.0.*",
1717
"devnet/entity": "1.0.*"
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)