change version limitation in composer.json

This commit is contained in:
Gregory Letellier
2023-11-17 10:07:50 +01:00
parent 0a16e2ea98
commit 3338142a7f

View File

@@ -5,8 +5,7 @@
"license": "MIT",
"require": {
"php": "~8.1",
"greg/framework": "^1.0",
"kletellier/pdowrapper": "^1.0"
"greg/framework": "~1.0"
},
"repositories": [
{