Skip to content

Commit e1dc885

Browse files
committed
php 8.0 support
1 parent 8b310e6 commit e1dc885

18 files changed

+1347
-440
lines changed

composer.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
{
2-
"name": "lozynskiadam/whitelistapi",
3-
"description": "API Rejestr WL (wl-api.mf.gov.pl) client",
4-
"type" : "library",
5-
"authors": [
6-
{
7-
"name": "Adam Łożyński",
8-
"email": "lozynskiadam@gmail.com"
2+
"name": "lozynskiadam/whitelistapi",
3+
"description": "API Rejestr WL (wl-api.mf.gov.pl) client",
4+
"type": "library",
5+
"authors": [
6+
{
7+
"name": "Adam Łożyński",
8+
"email": "lozynskiadam@gmail.com"
9+
}
10+
],
11+
"autoload": {
12+
"psr-4": {
13+
"WhiteListApi\\": "src/"
14+
}
15+
},
16+
"require": {
17+
"php": "^8.0",
18+
"ext-curl": "*"
19+
},
20+
"require-dev": {
21+
"phpunit/phpunit": "^9.3"
922
}
10-
],
11-
"autoload":{
12-
"psr-4": {
13-
"WhiteListApi\\": "src/"
14-
}
15-
},
16-
"require": {
17-
"php": "^7.1"
18-
},
19-
"require-dev": {
20-
"phpunit/phpunit": "9"
21-
}
2223
}

0 commit comments

Comments
 (0)