equal
deleted
inserted
replaced
52 "require": { |
52 "require": { |
53 "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8", |
53 "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8", |
54 "paragonie/random_compat": ">=1" |
54 "paragonie/random_compat": ">=1" |
55 }, |
55 }, |
56 "require-dev": { |
56 "require-dev": { |
57 "phpunit/phpunit": "^3|^4|^5|^6|^7" |
57 "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9" |
|
58 }, |
|
59 "scripts": { |
|
60 "test": "phpunit" |
58 }, |
61 }, |
59 "suggest": { |
62 "suggest": { |
60 "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.", |
63 "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.", |
61 "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security." |
64 "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security." |
62 } |
65 } |