Skip to content

Commit

Permalink
Updated deps. PHP version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Odd-Arne Johansen committed Dec 6, 2021
1 parent 29c115f commit aaef7c2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
"name": "cerpus/questionbank-client",
"description": "Client to talk do the Cerpus Questionbank Service",
"license": "GPL-3.0-only",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=7.4",
"php": "^7.4 || ^8.0",
"ext-json": "*",
"cerpus/cerpushelper": "^1.5",
"cerpus/cerpushelper": "^2.0",
"illuminate/support": "*"
},
"require-dev": {
"shrikeh/teapot": "^2.3",
"mockery/mockery": "^1.4",
"fzaninotto/faker": "^1.9",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5",
"fakerphp/faker": "^1.16"
},
"authors": [
{
Expand Down

0 comments on commit aaef7c2

Please sign in to comment.