Skip to content

Commit

Permalink
feat: remove Symfony from dependencies
Browse files Browse the repository at this point in the history
Router now returns callable rather than Response and takes method & uri as parameter rather than request
  • Loading branch information
ipranjal committed Aug 7, 2023
1 parent 714914c commit b0a17c9
Show file tree
Hide file tree
Showing 15 changed files with 2,040 additions and 2,757 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
"authors": [
{
"name": "Pranjal Pandey",
"email": "pranjaltech10@gmail.com",
"homepage": "https://physcocode.com/",
"email": "itspranjalpandey@gmail.com",
"homepage": "https://ipranjal.com/",
"role": "Developer"
}
],
"require": {
"symfony/http-foundation": "^5.0 || ^6.0",
"symfony/http-kernel": "^5.0 || ^6.0",
"psr/simple-cache": "^3.0"
},
"autoload": {
Expand All @@ -36,7 +34,9 @@
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"pestphp/pest": "^2.4"
"pestphp/pest": "^2.4",
"symfony/http-foundation": "^5.0 || ^6.0",
"phpstan/phpstan": "^1.10"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit b0a17c9

Please sign in to comment.