Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreichtcs committed Dec 18, 2024
2 parents b2dcf5c + 7540502 commit 57976a1
Show file tree
Hide file tree
Showing 54 changed files with 430 additions and 414 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# PHP SmarterU LMS API CLient
# PHP SmarterU LMS API Client

An API Client for the [SmarterU LMS API](https://support.smarteru.com/docs/api).
This project is not affiliated with Neovation.

## Requirements

* PHP 7.4 or greater
* PHP 8.0 or greater
* PHP SimpleXML extension enabled

## Third-Party Dependencies
Expand Down
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@
"email": "[email protected]"
}
],
"config": {
"platform": {
"php": "8.0"
}
},
"require": {
"guzzlehttp/guzzle": "^7.0",
"ext-SimpleXML": "*",
"psr/log": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "9.5",
"clean/phpdoc-md": "^0.19.1"
"phpunit/phpunit": "^9.6",
"clean/phpdoc-md": "^0.19.1",
"vimeo/psalm": "^5.26"
}
}
Loading

0 comments on commit 57976a1

Please sign in to comment.