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", "license": "MIT",
"require": { "require": {
"php": "~8.1", "php": "~8.1",
"greg/framework": "^1.0", "greg/framework": "~1.0"
"kletellier/pdowrapper": "^1.0"
}, },
"repositories": [ "repositories": [
{ {