Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Merge pull request #40 from okta/develop
Browse files Browse the repository at this point in the history
Prep for Version 0.2.0
  • Loading branch information
bretterer authored Dec 6, 2017
2 parents ae5072b + 02e0191 commit b9d0242
Show file tree
Hide file tree
Showing 404 changed files with 24,145 additions and 2,615 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $foundUser = $user->get('[email protected]');
dump($foundUser);
```

### Craeating a User
### Creating a User
```php
$user = new \Okta\Users\User();
$profile = new \Okta\Users\Profile();
Expand Down
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"autoload": {
"psr-4": {
"Okta\\": "src/"
"Okta\\": "src"
}
},
"scripts": {
Expand All @@ -44,11 +44,7 @@
"@fix-code"
],
"delete-resources": [
"rm -rf ./src/Apps",
"rm -rf ./src/Groups",
"rm -rf ./src/GroupRules",
"rm -rf ./src/Shared",
"rm -rf ./src/Users"
"rm -rf ./src/Generated"
],
"generate-resources": "cd ./openapi && npm run generator",
"fix-code": "phpcbf ."
Expand Down
Loading

0 comments on commit b9d0242

Please sign in to comment.