Skip to content

Commit

Permalink
Updating for PHP 7.2; Fixing tabs in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Farnham committed Feb 18, 2018
1 parent 7705782 commit 9ab58be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: php
php:
- 7.0
- 7.1
- 7.2
before_script:
- composer install
script: vendor/bin/phpunit
12 changes: 6 additions & 6 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "rncryptor/rncryptor",
"name": "rncryptor/rncryptor",
"type": "library",
"description": "PHP implementation of RNCryptor",
"keywords": ["encryption", "crypto", "rncryptor"],
Expand All @@ -20,12 +20,12 @@
}
],
"require": {
"php": ">=7.0 <7.2",
"ext-openssl": "*"
},
"php": ">=7.0",
"ext-openssl": "*"
},
"require-dev": {
"rncryptor/spec": "~4.0",
"phpunit/phpunit": "~6.0",
"rncryptor/spec": "~4.0",
"phpunit/phpunit": "~6.0",
"squizlabs/php_codesniffer": "^2.8"
},
"autoload": {
Expand Down

0 comments on commit 9ab58be

Please sign in to comment.