Skip to content

Commit

Permalink
8.1 features
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyraul committed Mar 24, 2023
1 parent dc21295 commit ad41563
Show file tree
Hide file tree
Showing 103 changed files with 951 additions and 2,318 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"symfony/console": "^5.0",
"symfony/filesystem": "^5.0",
"symfony/yaml": "^5.0",
"sabre/xml": "^2.2",
"nette/php-generator": "^3.0",
"sabre/xml": "^4.0",
"nette/php-generator": "^3.0|^4.0",
"consolidation/self-update": "^2.0.3",
"mygento/coding-standard": "~2.14.0-beta5"
},
Expand All @@ -33,4 +33,4 @@
}
},
"bin": ["bin/jeeves"]
}
}
4 changes: 2 additions & 2 deletions grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ grumphp:
- "die("
- "var_dump("
- "exit;"
phplint:
exclude: ['./test/Expectations/Crud/v1']
# phplint:
# exclude: ['./test/Expectations/Crud']
phpunit:
testsuite: 'Test'
phpcsfixer:
Expand Down
Loading

0 comments on commit ad41563

Please sign in to comment.