Skip to content

Commit 6d9b4dd

Browse files
haphanhaphan
andauthored
[RFR]: Added Origin CA Certificate endpoint (#123)
* Added Certificate endpoint * Implement all calls in /certificates endpoint * Added to travis more php versions * Fix package compatibility * Added CertificateTest * Added test for Certificate endpoint * Added more tests * Updated README Co-authored-by: haphan <[email protected]>
1 parent fab493d commit 6d9b4dd

File tree

12 files changed

+654
-240
lines changed

12 files changed

+654
-240
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ language: php
33
php:
44
- 7.0
55
- 7.1
6+
- 7.2
7+
- 7.3
8+
- 7.4
9+
- nightly
10+
11+
jobs:
12+
allow_failures:
13+
- php: 7.4
14+
- php: nightly
615

716
before_install:
817
- composer self-update

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each API call is provided via a similarly named function within various classes
2525
- [ ] Organization Administration
2626
- [x] [Railgun](https://www.cloudflare.com/railgun/) administration
2727
- [ ] [Keyless SSL](https://blog.cloudflare.com/keyless-ssl-the-nitty-gritty-technical-details/)
28-
- [ ] [Origin CA](https://blog.cloudflare.com/universal-ssl-encryption-all-the-way-to-the-origin-for-free/)
28+
- [x] [Origin CA](https://blog.cloudflare.com/universal-ssl-encryption-all-the-way-to-the-origin-for-free/)
2929
- [x] Crypto
3030
- [x] Load Balancers
3131
- [x] Firewall Settings

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ext-json": "*"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "5.7.5",
12+
"phpunit/phpunit": "^5.7",
1313
"phpmd/phpmd" : "@stable",
1414
"friendsofphp/php-cs-fixer": "^2.6"
1515
},

0 commit comments

Comments
 (0)