Skip to content

Commit

Permalink
Use defuse/php-encryption v1.1 (which wasn't available through Composer)
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Nov 12, 2015
1 parent ba486cf commit 2c6073e
Show file tree
Hide file tree
Showing 8 changed files with 913 additions and 0 deletions.
15 changes: 15 additions & 0 deletions libraries/defuse/php-encryption/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: php
php:
- "5.5"
- "5.4"
- "5.3"
- "5.2"
# Versions below here are not installed on travis-ci
# - "5.1"
# - "5.0"
# - "4.4"
# - "4.3"
# - "4.2"
# - "4.1"
# - "4.0"
script: ./test.sh

0 comments on commit 2c6073e

Please sign in to comment.