Skip to content

Commit aa1420c

Browse files
renamed router class to be consistent with php class names
1 parent 3a74ec0 commit aa1420c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Via composer.json
1515
```
1616
{
1717
"require": {
18-
"digi-brains/ya-router" : "1.2.0"
18+
"digi-brains/ya-router" : "1.3.0"
1919
}
2020
}
2121
```

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2>
6767
<ol>
6868
<li>
6969
<p>
70-
Set up your <code>index.php</code> file (or whatever file you are pointing your inbound requests to). If you are using an autoloader, like composer Start by requiring the autoloader script: <code>require __DIR__ . '/vendor/autoload.php';</code>. Then <code>use</code> the <code>DigiBrains\YaRouter</code>. If you're not using an autoloader just <code>include</code> the Router.php script
70+
Set up your <code>index.php</code> file (or whatever file you are pointing your inbound requests to). If you are using an autoloader, like composer Start by requiring the autoloader script: <code>require __DIR__ . '/vendor/autoload.php';</code>. Then <code>use</code> the <code>DigiBrains\YaRouter</code>. If you're not using an autoloader just <code>include</code> the YaRouter.php script
7171
</p>
7272
</li>
7373
<li>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ya-router",
3-
"version": "v1.2.0",
3+
"version": "v1.3.0",
44
"description": "YaRouter is a very simple PHP router. It does exactly one thing; routs URL's to views.",
55
"repository": {
66
"type": "git",
File renamed without changes.

0 commit comments

Comments
 (0)