This repository was archived by the owner on Jul 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ install: build
77# cp -rvf src/FlexiPeeHP /usr/share/php/FlexiPeeHP
88
99static :
10- rm -rf static/*
10+ composer update
11+ echo rm -rf static/*
1112 echo " STATIC #######################
1213 cd tools/ ; ./update_all.sh ; cd ..
1314
14- build : static doc
15- cd tools/ ; ./update_all.sh ; cd ..
15+ build : static
1616
1717clean :
1818 rm -rf debian/flexipeehp
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ Priority: optional
1515Description: PHP Based FlexiBee RestAPI/Json library
1616 Allow you read and write operations on czech accounting system FlexiBee
1717
18- Package: flexipeehp-doc
19- Depends: ${misc:Depends},
20- Suggests: www-browser
21- Architecture: all
22- Section: doc
23- Priority: optional
24- Description: PHP Based FlexiBee RestAPI/Json library documentation
25- ApiGen html documentation for FlexiPeeHP php library
18+ # Package: flexipeehp-doc
19+ # Depends: ${misc:Depends},
20+ # Suggests: www-browser
21+ # Architecture: all
22+ # Section: doc
23+ # Priority: optional
24+ # Description: PHP Based FlexiBee RestAPI/Json library documentation
25+ # ApiGen html documentation for FlexiPeeHP php library
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class FlexiBeeRO extends \Ease\Sand
2626 *
2727 * @var string
2828 */
29- public static $ libVersion = '1.20 ' ;
29+ public static $ libVersion = '1.17 ' ;
3030
3131 /**
3232 * Základní namespace pro komunikaci s FlexiBee.
You can’t perform that action at this time.
0 commit comments