Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9cac69d

Browse files
author
Fady Michel
committed
improvement router
1 parent 8fc52b2 commit 9cac69d

File tree

8 files changed

+1679
-43
lines changed

8 files changed

+1679
-43
lines changed

‎composer.json‎

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,21 @@
44
"type": "package",
55
"autoload": {
66
"psr-4": {
7-
"Fady\\Routing\\": ""
7+
"Webbym\\Routing\\": "src",
8+
"Test\\Webbym\\Routing\\": "test"
89
}
910
},
1011
"license": "MIT",
1112
"authors": [
1213
{
13-
"name": "Fady Michel",
14-
"email": "fadymichel.r@gmail.com"
14+
"name": "Fad M.R",
15+
"email": "contact@webbymichel.fr"
1516
}
1617
],
1718
"require": {
18-
"php": ">=7.0"
19+
"php": ">=7.2"
20+
},
21+
"require-dev": {
22+
"phpunit/phpunit": "~7.1"
1923
}
2024
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /