Skip to content

Commit

Permalink
Update package versions in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzylka committed Jan 20, 2024
1 parent 7bcb383 commit c4f5aec
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"require": {
"php": ">=8.2",
"ext-pdo": "*",
"krzysztofzylka/database-manager": "^v1.0.30",
"krzysztofzylka/reflection": "^1.0.0",
"krzysztofzylka/database-manager": "^v1.0.31",
"krzysztofzylka/reflection": "^1.0.1",
"krzysztofzylka/generator": "^1.0.0",
"krzysztofzylka/strings": "^1.0.0",
"krzysztofzylka/request": "^1.0.0",
"krzysztofzylka/file": "^1.0.0",
"krzysztofzylka/console": "^1.0.0",
"krzysztofzylka/env": "^1.0.0",
"krzysztofzylka/request": "^1.0.1",
"krzysztofzylka/file": "^1.0.1",
"krzysztofzylka/console": "^1.0.1",
"krzysztofzylka/env": "^1.0.1",
"krzysztofzylka/html-generator": "^2.0.5",
"maximebf/debugbar": ">=1.0.0",
"twig/twig": "^3.7",
"maximebf/debugbar": ">=1.19.1",
"twig/twig": "^3.8",
"dragonmantank/cron-expression": "^v3.3.3"
}
}

0 comments on commit c4f5aec

Please sign in to comment.