Skip to content

Commit b7e7576

Browse files
committed
Code chapter 3
Signed-off-by: Howriq <[email protected]>
1 parent 9a1d6c7 commit b7e7576

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3030
"doctrine/data-fixtures": "^2.2",
3131
"dotkernel/dot-cache": "^4.0",
32+
"ramsey/uuid": "^4.5.0",
33+
"ramsey/uuid-doctrine": "^2.1.0",
34+
"roave/psr-container-doctrine": "^5.2.2 || ^6.0.0",
3235
"dotkernel/dot-errorhandler": "^4.4.0",
3336
"laminas/laminas-component-installer": "^3.5.0",
3437
"laminas/laminas-config-aggregator": "^1.17.0",
3538
"mezzio/mezzio": "^3.24.0",
3639
"mezzio/mezzio-fastroute": "^3.13.0",
37-
"mezzio/mezzio-twigrenderer": "^2.17.0",
38-
"ramsey/uuid": "^4.5.0",
39-
"ramsey/uuid-doctrine": "^2.1.0",
40-
"roave/psr-container-doctrine": "^5.2.2 || ^6.0.0"
40+
"mezzio/mezzio-twigrenderer": "^2.17.0"
4141
},
4242
"require-dev": {
4343
"doctrine/doctrine-fixtures-bundle": "^4.3",

src/Book/templates/page/books.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
</tbody>
4141
</table>
4242
</div>
43-
{% endblock %}
43+
{% endblock %}

0 commit comments

Comments
 (0)