Skip to content

Commit

Permalink
Merge pull request #2 from WordPress/develop
Browse files Browse the repository at this point in the history
Exhaustive MySQL Parser  (WordPress#157)
  • Loading branch information
aristath authored Nov 20, 2024
2 parents b5ce5f0 + ac75e90 commit cd97f9c
Show file tree
Hide file tree
Showing 25 changed files with 126,608 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
composer.json export-ignore
phpcs.xml.dist export-ignore
phpunit.xml.dist export-ignore
tests/*.php export-ignore
/grammar-tools export-ignore
/tests export-ignore
/wip export-ignore
/wp-includes/mysql export-ignore
/wp-includes/parser export-ignore
wp-includes/sqlite/class-wp-sqlite-crosscheck-db.php export-ignore
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"php": ">=7.0"
},
"require-dev": {
"ext-mbstring": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"squizlabs/php_codesniffer": "^3.7",
"wp-coding-standards/wpcs": "^3.1",
Expand Down
Loading

0 comments on commit cd97f9c

Please sign in to comment.