Skip to content

Commit

Permalink
Let PHPUnit Polyfills match PHPUnit version (#43334)
Browse files Browse the repository at this point in the history
Removes and gitignore composer.lock file
Removes PHPUnit dep from composer.json
  • Loading branch information
Tonya Mork committed Aug 18, 2022
1 parent 4f0f70d commit 20d80ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3,840 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ coverage
yarn.lock
/artifacts
/perf-envs
/composer.lock

.cache
*.tsbuildinfo
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"phpcompatibility/php-compatibility": "^9.3",
"wp-coding-standards/wpcs": "^2.2",
"sirbrillig/phpcs-variable-analysis": "^2.8",
"phpunit/phpunit": "^6.5",
"spatie/phpunit-watcher": "^1.23",
"yoast/phpunit-polyfills": "^1.0"
},
Expand Down
Loading

0 comments on commit 20d80ef

Please sign in to comment.