travis: try openssl instead
[m6w6/seekat] / composer.json
1 {
2 "name": "m6w6/seekat",
3 "description": "seekat wraps github api in php",
4 "keywords": ["seekat", "github api", "api", "php"],
5 "license": "BSD-2-Clause",
6 "authors": [
7 {
8 "name": "Michael Wallner",
9 "email": "mike@php.net"
10 }
11 ],
12 "autoload": {
13 "psr-4": {
14 "seekat\\": "lib/"
15 },
16 "files": [
17 "lib/functions.php"
18 ]
19 },
20 "require": {
21 "php": "^7.0",
22 "ext-http": "^3.0",
23 "react/promise": "^2.4",
24 "seebz/uri-template": "dev-master",
25 "psr/log": "^1.0",
26 "psr/cache": "^1.0",
27 "psr/simple-cache": "^1.0"
28 },
29 "require-dev": {
30 "peridot-php/peridot": "^1.15",
31 "monolog/monolog": "^1.19",
32 "peridot-php/leo": "^1.5",
33 "peridot-php/peridot-code-coverage-reporters": "^2.0"
34 }
35 }