Skip to content

Commit

Permalink
Change router to tnapf/router, change log format to json, fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmorbo committed Oct 12, 2023
1 parent fee54f7 commit 3b9eddb
Show file tree
Hide file tree
Showing 9 changed files with 777 additions and 612 deletions.
2 changes: 1 addition & 1 deletion api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
email: [email protected]
license:
name: MIT
version: 0.1.4
version: 0.1.5
tags:
- name: Instance
description: Everything about Trassir instances
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"react/http": "^1.8",
"symfony/console": "^6.2",
"clue/reactphp-sqlite": "^1.5",
"alexmorbo/reactphp-router": "dev-master",
"alexmorbo/trassir-php": "dev-master",
"symfony/yaml": "^6.2"
"symfony/yaml": "^6.2",
"tnapf/router": "^6.0",
"react/async": "^4.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 3b9eddb

Please sign in to comment.