Skip to content

Commit 4e7ce16

Browse files
committed
v1.0.1 release
1 parent bae40a2 commit 4e7ce16

File tree

3 files changed

+39
-32
lines changed

3 files changed

+39
-32
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ composer.phar
1212
/src/.php-cs-fixer.cache
1313
/.phpunit.cache/
1414
/.build/
15+
/debian/php-spojenet-realpad-takeout/
16+
/debian/.debhelper/
17+
/debian/debhelper-build-stamp
18+
/debian/files
19+
/debian/php-spojenet-realpad-takeout.debhelper.log
20+
/debian/php-spojenet-realpad-takeout.substvars

debian/changelog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
php-spojenet-realpad-takeout (1.0.0) UNRELEASED; urgency=medium
1+
php-spojenet-realpad-takeout (1.0.1) UNRELEASED; urgency=medium
22

33
* stable release v1.0.0
4+
* v1.0.1
45

5-
-- vitex <info@vitexsoftware.cz> Mon, 18 Nov 2024 15:56:02 +0100
6+
-- vitex <info@vitexsoftware.cz> Mon, 18 Nov 2024 15:59:20 +0100
67

78
php-spojenet-realpad-takeout (0.2.0) unstable; urgency=medium
89

debian/conf/composer.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"name": "deb/realpad-takeout",
3-
"description": "Realpad Takeout API Client",
4-
"type": "library",
5-
"require": {
6-
"deb/ease-core": "*",
7-
"phpoffice/phpspreadsheet": "*"
8-
},
9-
"license": "MIT",
10-
"autoload": {
11-
"psr-4": {
12-
"SpojeNet\\Realpad\\": "."
13-
}
14-
},
15-
"authors": [
16-
{
17-
"name": "Vítězslav Dvořák",
18-
"email": "info@vitexsoftware.cz"
19-
}
20-
],
21-
"repositories": [
22-
{
23-
"type": "path",
24-
"url": "/usr/share/php/EaseCore/"
25-
}
26-
],
27-
28-
"config": {
29-
"vendor-dir": "/var/lib/composer/realpad-takeout"
30-
},
31-
"minimum-stability": "dev"
2+
"name": "deb/realpad-takeout",
3+
"description": "Realpad Takeout API Client",
4+
"type": "library",
5+
"require": {
6+
"deb/ease-core": "*",
7+
"phpoffice/phpspreadsheet": "*"
8+
},
9+
"license": "MIT",
10+
"autoload": {
11+
"psr-4": {
12+
"SpojeNet\\Realpad\\": "."
13+
}
14+
},
15+
"authors": [
16+
{
17+
"name": "Vítězslav Dvořák",
18+
"email": "info@vitexsoftware.cz"
19+
}
20+
],
21+
"repositories": [
22+
{
23+
"type": "path",
24+
"url": "/usr/share/php/EaseCore/"
25+
}
26+
],
27+
"config": {
28+
"vendor-dir": "/var/lib/composer/realpad-takeout"
29+
},
30+
"minimum-stability": "dev",
31+
"version": "1.0.0"
3232
}

0 commit comments

Comments
 (0)