Skip to content

Commit

Permalink
Merge pull request #2 from cerpusoddarne/master
Browse files Browse the repository at this point in the history
Updated deps. PHP version constraint
  • Loading branch information
cerpusoddarne authored Dec 6, 2021
2 parents 449296f + aaef7c2 commit 7ad543c
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 7ad543c

Please sign in to comment.