|
1 | 1 | { |
2 | | - "name": "contributte/invoice", |
3 | | - "type": "library", |
4 | | - "description": "Library for easily and quickly creating invoices for customers.", |
5 | | - "license": ["MIT"], |
6 | | - "keywords": [ |
7 | | - "contributte", |
8 | | - "invoice" |
9 | | - ], |
10 | | - "require": { |
11 | | - "php": ">=7.2", |
12 | | - "nette/utils": "^3.0.0", |
13 | | - "setasign/fpdf": "^1.8.0" |
14 | | - }, |
15 | | - "require-dev": { |
16 | | - "codeception/codeception": "^4.1.0", |
17 | | - "codeception/module-asserts": "^1.3.0", |
18 | | - "codeception/module-phpbrowser": "^1.0.0", |
19 | | - "nette/di": "^3.0.0", |
20 | | - "nette/application": "^3.0.0", |
21 | | - "ninjify/qa": "^0.12.0", |
22 | | - "phpstan/phpstan": "^0.12", |
23 | | - "phpstan/phpstan-deprecation-rules": "^0.12", |
24 | | - "phpstan/phpstan-nette": "^0.12" |
25 | | - |
26 | | - }, |
27 | | - "autoload": { |
28 | | - "psr-4": { |
29 | | - "Contributte\\Invoice\\": "src/" |
30 | | - } |
31 | | - }, |
32 | | - "scripts": { |
33 | | - "qa": [ |
34 | | - "linter src tests", |
35 | | - "codesniffer src tests" |
36 | | - ], |
37 | | - "tests": [ |
38 | | - "vendor/bin/codecept run" |
39 | | - ] |
40 | | - }, |
41 | | - "minimum-stability": "RC", |
42 | | - "prefer-stable": true, |
43 | | - "extra": { |
44 | | - "branch-alias": { |
45 | | - "dev-master": "3.1.x-dev" |
46 | | - } |
47 | | - } |
| 2 | + "name": "contributte/invoice", |
| 3 | + "type": "library", |
| 4 | + "description": "Library for easily and quickly creating invoices for customers.", |
| 5 | + "license": [ |
| 6 | + "MIT" |
| 7 | + ], |
| 8 | + "keywords": [ |
| 9 | + "contributte", |
| 10 | + "invoice" |
| 11 | + ], |
| 12 | + "require": { |
| 13 | + "php": ">=7.2", |
| 14 | + "nette/utils": "^3.0.0", |
| 15 | + "setasign/fpdf": "^1.8.0" |
| 16 | + }, |
| 17 | + "require-dev": { |
| 18 | + "codeception/codeception": "^4.1.0", |
| 19 | + "codeception/module-asserts": "^1.3.0", |
| 20 | + "codeception/module-phpbrowser": "^1.0.0", |
| 21 | + "nette/di": "^3.0.0", |
| 22 | + "nette/application": "^3.0.0", |
| 23 | + "ninjify/qa": "^0.12.0", |
| 24 | + "phpstan/phpstan": "^0.12", |
| 25 | + "phpstan/phpstan-deprecation-rules": "^0.12", |
| 26 | + "phpstan/phpstan-nette": "^0.12" |
| 27 | + }, |
| 28 | + "autoload": { |
| 29 | + "psr-4": { |
| 30 | + "Contributte\\Invoice\\": "src/" |
| 31 | + } |
| 32 | + }, |
| 33 | + "scripts": { |
| 34 | + "qa": [ |
| 35 | + "linter src tests", |
| 36 | + "codesniffer src tests" |
| 37 | + ], |
| 38 | + "tests": [ |
| 39 | + "vendor/bin/codecept run" |
| 40 | + ] |
| 41 | + }, |
| 42 | + "minimum-stability": "RC", |
| 43 | + "prefer-stable": true, |
| 44 | + "extra": { |
| 45 | + "branch-alias": { |
| 46 | + "dev-master": "3.1.x-dev" |
| 47 | + } |
| 48 | + } |
48 | 49 | } |
0 commit comments