Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 8813f9b

Browse files
committed
Updated versioning
1 parent 734e49c commit 8813f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For installation with Composer (recommended), add the `repox/swipbox` package to
5353

5454
{
5555
"require": {
56-
"repox/swipbox": "dev-master"
56+
"repox/swipbox": "1.1.*"
5757
}
5858
}
5959

@@ -62,7 +62,7 @@ And enable autoloading by including `vendor/autoload.php`.
6262
<a name="manual"></a>
6363
### Manual installation
6464

65-
Unpack `src/Swipbox/` into a folder and include the files for use.
65+
Download the latest [stable tag](https://github.com/Repox/swipbox-api-php/archive/1.1.2.zip) and unpack `src/` into a folder and include the files for use.
6666

6767
<?php
6868
include 'Swipbox/Client.php';

0 commit comments

Comments
 (0)