mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Adde composer.json
This commit is contained in:
parent
b085f14d03
commit
b391f170bd
1 changed files with 15 additions and 0 deletions
15
composer.json
Normal file
15
composer.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "vanilla/travis-nginx-test",
|
||||
"description": "A basic test for getting Nginx running on Travis CI's container based infrastructure.",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Todd Burry",
|
||||
"email": "todd@vanillaforums.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"lib-curl": "*"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue