Skip to content

Commit

Permalink
Minor housekeeping.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Dec 6, 2023
1 parent 230789d commit 6b4c749
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
/box.json.dist export-ignore
/codecov.yml export-ignore
/Makefile export-ignore
/phpunit.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/scoper.inc.php export-ignore
/test export-ignore
/vendor-bin export-ignore
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
__pycache__
*.pyc
/.phpunit.result.cache
/phpstan.neon
/build/
/composer.lock
/dist/
/phpstan.neon
/vendor-bin/*/vendor/
/vendor-bin/phpunit/composer.lock
/vendor-bin/phpstan/composer.lock
/vendor-bin/phpunit/composer.lock
/vendor/
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"php": "^8.0 || ^7.4",
"ext-json": "*",
"ext-tokenizer": "*",
"nikic/php-parser": "^5.0 || ^4.0",
"symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
"symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
"nikic/php-parser": "^5.0 || ^4.0"
"symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2"
Expand Down

0 comments on commit 6b4c749

Please sign in to comment.