|
1 | 1 | { |
2 | 2 | "name": "drupol/phpermutations", |
3 | | - "description": "Generators and iterators, permutations and combinations.", |
4 | 3 | "type": "library", |
| 4 | + "description": "Generators and iterators, permutations and combinations.", |
| 5 | + "keywords": [ |
| 6 | + "math", |
| 7 | + "numbers", |
| 8 | + "permutations", |
| 9 | + "combinations", |
| 10 | + "iterators", |
| 11 | + "fibonacci", |
| 12 | + "prime numbers", |
| 13 | + "product" |
| 14 | + ], |
5 | 15 | "homepage": "https://github.com/drupol/phpermutations", |
6 | | - "keywords": ["math", "numbers", "permutations", "combinations", "iterators", "fibonacci", "prime numbers", "product"], |
7 | 16 | "license": "GPL-3.0-only", |
8 | | - "support": { |
9 | | - "issues": "https://github.com/drupol/phpermutations/issues", |
10 | | - "source": "https://github.com/drupol/phpermutations" |
11 | | - }, |
12 | 17 | "authors": [ |
13 | 18 | { |
14 | 19 | "name": "Pol Dellaiera", |
15 | 20 | "email": "pol.dellaiera@protonmail.com" |
16 | 21 | } |
17 | 22 | ], |
18 | 23 | "require": { |
19 | | - "php": ">= 5.6" |
| 24 | + "php": ">= 7.1.3" |
20 | 25 | }, |
21 | 26 | "require-dev": { |
22 | | - "drupol/php-conventions": "^1.3", |
23 | | - "phpunit/phpunit": "^5 || ^6", |
24 | | - "phpunit/php-code-coverage": "^4 || ^5" |
| 27 | + "drupol/php-conventions": "^1.6.8", |
| 28 | + "phpunit/php-code-coverage": "^4 || ^5", |
| 29 | + "phpunit/phpunit": "^6 || ^7", |
| 30 | + "symfony/process": "^4.4.1" |
25 | 31 | }, |
26 | | - "scripts": { |
27 | | - "phpunit": "./vendor/bin/phpunit --coverage-clover build/logs/clover.xml -c tests/phpunit.xml tests", |
28 | | - "grumphp": "./vendor/bin/grumphp run" |
| 32 | + "config": { |
| 33 | + "sort-packages": true |
29 | 34 | }, |
30 | 35 | "autoload": { |
31 | 36 | "psr-4": { |
32 | 37 | "drupol\\phpermutations\\": "src/", |
33 | 38 | "drupol\\phpermutations\\Tests\\": "tests/src/" |
34 | 39 | } |
35 | 40 | }, |
36 | | - "config": { |
37 | | - "sort-packages": true |
| 41 | + "scripts": { |
| 42 | + "grumphp": "./vendor/bin/grumphp run", |
| 43 | + "phpunit": "./vendor/bin/phpunit --coverage-clover build/logs/clover.xml -c tests/phpunit.xml tests" |
| 44 | + }, |
| 45 | + "support": { |
| 46 | + "issues": "https://github.com/drupol/phpermutations/issues", |
| 47 | + "source": "https://github.com/drupol/phpermutations" |
38 | 48 | } |
39 | 49 | } |
0 commit comments