File tree Expand file tree Collapse file tree 3 files changed +39
-32
lines changed
Expand file tree Collapse file tree 3 files changed +39
-32
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
78php-spojenet-realpad-takeout (0.2.0) unstable; urgency=medium
89
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments