Skip to content

Commit

Permalink
fixup! Coding style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 1, 2024
1 parent e2c2746 commit 4ea82d4
Show file tree
Hide file tree
Showing 2 changed files with 334 additions and 4 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"type": "project",
"require-dev": {
"phpunit/phpunit": "^11.3",
"mikey179/vfsstream": "^1.6"
"mikey179/vfsstream": "^1.6",
"phpcsstandards/phpcsextra": "^1.2.0"
},
"license": "GPLv3",
"autoload": {
Expand All @@ -17,5 +18,10 @@
"name": "Andrew Nicols",
"email": "[email protected]"
}
]
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
328 changes: 326 additions & 2 deletions composer.lock

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

0 comments on commit 4ea82d4

Please sign in to comment.