Created
October 8, 2020 21:09
-
-
Save nixoncode/eb94269c7677cffc59fb4dd25a84748d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "nkosg/php-go-roadrunner", | |
"description": "a php slim application run by golang using roadrunner", | |
"type": "project", | |
"require": { | |
"slim/slim": "^4.5", | |
"spiral/roadrunner": "^1.8", | |
"slim/psr7": "^1.2", | |
"php-di/slim-bridge": "^3.0", | |
"slim/http": "^1.0" | |
}, | |
"authors": [ | |
{ | |
"name": "Nixon Kosgei", | |
"email": "[email protected]" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment