-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 830 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "contributte/payments-skeleton",
"description": "Example of payment libraries (payu, thepay, gopay) based on Nette Framework (@nette) and Contributte (@contributte) libraries by @f3l1x. ",
"license": "MIT",
"type": "project",
"require": {
"php": ">=8.4",
"ext-bcmath": "*",
"contributte/bootstrap": "^0.7.0",
"contributte/latte": "^0.7.0",
"contributte/thepay": "^4.0.2",
"contributte/tracy": "^0.7.0"
},
"require-dev": {
"contributte/qa": "^0.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-nette": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0"
},
"prefer-stable": true,
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}