Skip to content

Commit 4b6318d

Browse files
kmazariegosKarla Mazariegos
andauthored
PHP Example App Audit (#25)
Co-authored-by: Karla Mazariegos <[email protected]>
1 parent f0c4e93 commit 4b6318d

File tree

10 files changed

+1067
-252
lines changed

10 files changed

+1067
-252
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
"lint": "phplint --no-cache .",
1818
"phpcs": "phpcs --standard=PSR12 .",
1919
"phpcbf": "phpcbf --standard=PSR12 ."
20+
},
21+
"require": {
22+
"workos/workos-php": "^3.0"
2023
}
21-
}
24+
}

0 commit comments

Comments
 (0)