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 33 - " 7.0"
44 - " 5.6"
55 - " 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:
55``` json
66{
77 "require" : {
8- "izniburak/router" : " dev-master "
8+ "izniburak/router" : " ^1 "
99 }
1010}
1111```
@@ -17,7 +17,7 @@ $ composer install
1717OR run the following command directly.
1818
1919```
20- $ composer require izniburak/router:dev-master
20+ $ composer require izniburak/router
2121```
2222
2323
Original file line number Diff line number Diff 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
4646OR run the following command directly.
4747
4848```
49- $ composer require izniburak/router:dev-master
49+ $ composer require izniburak/router
5050```
5151
5252## Example Usage
You can’t perform that action at this time.
0 commit comments