Skip to content

Commit

Permalink
Merge pull request #92 from Learnosity/qti-sdk-19
Browse files Browse the repository at this point in the history
Upgrading the internal qtism sdk to v19
Updated code to be PHP8 compatible
  • Loading branch information
michaelsharman authored Mar 8, 2023
2 parents dc40443 + 24900c1 commit 09e151d
Show file tree
Hide file tree
Showing 14 changed files with 425 additions and 395 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
}
},
"require": {
"php": "^7.4",
"php": ">=7.4",
"symfony/config": "^3.4",
"symfony/console": "^3.4",
"symfony/dependency-injection": "^3.4",
"symfony/http-foundation": "^5",
"symfony/finder": "^3.4",
"symfony/yaml": "^3.4",
"qtism/qtism": "^10.0",
"learnosity/learnosity-sdk-php": "^0.10"
"qtism/qtism": "^19.0",
"learnosity/learnosity-sdk-php": ">=1"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
Expand Down
Loading

0 comments on commit 09e151d

Please sign in to comment.