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

Commit b9d0242

Browse files
authored
Merge pull request #40 from okta/develop
Prep for Version 0.2.0
2 parents ae5072b + 02e0191 commit b9d0242

File tree

404 files changed

+24145
-2615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404 files changed

+24145
-2615
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $foundUser = $user->get('[email protected]');
5959
dump($foundUser);
6060
```
6161

62-
### Craeating a User
62+
### Creating a User
6363
```php
6464
$user = new \Okta\Users\User();
6565
$profile = new \Okta\Users\Profile();

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"autoload": {
3232
"psr-4": {
33-
"Okta\\": "src/"
33+
"Okta\\": "src"
3434
}
3535
},
3636
"scripts": {
@@ -44,11 +44,7 @@
4444
"@fix-code"
4545
],
4646
"delete-resources": [
47-
"rm -rf ./src/Apps",
48-
"rm -rf ./src/Groups",
49-
"rm -rf ./src/GroupRules",
50-
"rm -rf ./src/Shared",
51-
"rm -rf ./src/Users"
47+
"rm -rf ./src/Generated"
5248
],
5349
"generate-resources": "cd ./openapi && npm run generator",
5450
"fix-code": "phpcbf ."

0 commit comments

Comments
 (0)