Restrict PHP version

- Update deps
This commit is contained in:
2024-09-30 20:14:52 -04:00
parent fad428a4e4
commit 6779b2c554
3 changed files with 59 additions and 58 deletions

View File

@@ -17,7 +17,7 @@
"rss": "https://git.bitbadger.solutions/bit-badger/inspired-by-fsharp.rss"
},
"require": {
"php": "^8.2"
"php": "8.2 - 8.3"
},
"require-dev": {
"phpunit/phpunit": "^11",