Skip to content

Commit 7453f48

Browse files
committed
Updated files.
1 parent 5d0f746 commit 7453f48

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ php:
33
- "7.0"
44
- "5.6"
55
- "5.5"
6-
- "5.4"
6+
- "5.4"

DOCS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ composer.json file:
55
```json
66
{
77
"require": {
8-
"izniburak/router": "dev-master"
8+
"izniburak/router": "^1"
99
}
1010
}
1111
```
@@ -17,7 +17,7 @@ $ composer install
1717
OR run the following command directly.
1818

1919
```
20-
$ composer require izniburak/router:dev-master
20+
$ composer require izniburak/router
2121
```
2222

2323

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ composer.json file:
3434
```json
3535
{
3636
"require": {
37-
"izniburak/router": "dev-master"
37+
"izniburak/router": "^1"
3838
}
3939
}
4040
```
@@ -46,7 +46,7 @@ $ composer install
4646
OR run the following command directly.
4747

4848
```
49-
$ composer require izniburak/router:dev-master
49+
$ composer require izniburak/router
5050
```
5151

5252
## Example Usage

0 commit comments

Comments
 (0)