Skip to content

Commit

Permalink
Merge pull request #62 from dbpolito/laravel_twig_upgrade
Browse files Browse the repository at this point in the history
Add Support to Laravel 10 and Twig 3
  • Loading branch information
daniel-werner authored Oct 19, 2023
2 parents 0571f22 + c9bc1cd commit 5fcd172
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9,751 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
/node_modules/
/tests/coverage
/build
composer.lock
.idea
.DS_Store
.phpunit.result.cache
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "MIT",
"require": {
"php" : "^8.0",
"illuminate/support": "^9.0",
"twig/twig": "^2.7",
"illuminate/support": "^9.0 || ^10.0",
"twig/twig": "^2.7 || ^3.4",
"doctrine/dbal": "^3.0",
"barryvdh/laravel-dompdf": "^1.0.0",
"barryvdh/laravel-dompdf": "^1.0 || ^2.0",
"spatie/browsershot": "^3.40.3"
},
"repositories": [
Expand All @@ -21,8 +21,8 @@
"require-dev": {
"liip/rmt": "dev-master",
"phpunit/phpunit": "^9.4",
"orchestra/testbench": "^7.0.0",
"orchestra/testbench-browser-kit": "^7.0.0",
"orchestra/testbench": "^7.0 || ^8.0",
"orchestra/testbench-browser-kit": "^7.0 || ^8.0",
"squizlabs/php_codesniffer": "^3.5",
"phpstan/phpstan": "^0.12.0",
"phpmd/phpmd": "^2.7",
Expand Down
Loading

0 comments on commit 5fcd172

Please sign in to comment.