Skip to content

Commit

Permalink
Merge branch 'inspect-object-attributes'
Browse files Browse the repository at this point in the history
  • Loading branch information
drjayvee committed Oct 25, 2024
2 parents 183d9f0 + 2d00430 commit 8e53e89
Show file tree
Hide file tree
Showing 7 changed files with 693 additions and 12 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
"require": {
"php": "^8.1",
"twig/twig": "^3.13"
"twig/twig": "^3.13",
"phpdocumentor/reflection-docblock": "^5.4"
},
"require-dev": {
"phpunit/phpunit": "^10.5"
Expand Down
329 changes: 328 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM php:8.1-cli

RUN apt update
RUN apt install unzip
RUN pecl install xdebug-3.3.2
RUN docker-php-ext-enable xdebug

Expand Down
Loading

0 comments on commit 8e53e89

Please sign in to comment.