File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
- " 7.0"
4
4
- " 5.6"
5
5
- " 5.5"
6
- - " 5.4"
6
+ - " 5.4"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ composer.json file:
5
5
``` json
6
6
{
7
7
"require" : {
8
- "izniburak/router" : " dev-master "
8
+ "izniburak/router" : " ^1 "
9
9
}
10
10
}
11
11
```
@@ -17,7 +17,7 @@ $ composer install
17
17
OR run the following command directly.
18
18
19
19
```
20
- $ composer require izniburak/router:dev-master
20
+ $ composer require izniburak/router
21
21
```
22
22
23
23
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ composer.json file:
34
34
``` json
35
35
{
36
36
"require" : {
37
- "izniburak/router" : " dev-master "
37
+ "izniburak/router" : " ^1 "
38
38
}
39
39
}
40
40
```
@@ -46,7 +46,7 @@ $ composer install
46
46
OR run the following command directly.
47
47
48
48
```
49
- $ composer require izniburak/router:dev-master
49
+ $ composer require izniburak/router
50
50
```
51
51
52
52
## Example Usage
You can’t perform that action at this time.
0 commit comments