mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 17:27:22 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2848059a77 | |||
| 5c56ad8772 | |||
| f05fbd4d34 |
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,10 +1,16 @@
|
|||||||
| Q | A
|
|
||||||
| ------------- | ---
|
|
||||||
| Bug fix? | yes/no
|
|
||||||
| New feature? | yes/no
|
|
||||||
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
- Replace this comment by a description of what your PR is solving.
|
- Fill in the form below correctly. This will help the Pest team to understand the PR and also work on it.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
### What:
|
||||||
|
|
||||||
|
- [ ] Bug Fix
|
||||||
|
- [ ] New Feature
|
||||||
|
|
||||||
|
### Description:
|
||||||
|
|
||||||
|
<!-- describe what your PR is solving -->
|
||||||
|
|
||||||
|
### Related:
|
||||||
|
|
||||||
|
<!-- link to the issue(s) your PR is solving. If it doesn't exist, remove the "Related" section. -->
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
"php": "^7.3 || ^8.0",
|
"php": "^7.3 || ^8.0",
|
||||||
"nunomaduro/collision": "^5.11.0|^6.4.0",
|
"nunomaduro/collision": "^5.11.0|^6.4.0",
|
||||||
"pestphp/pest-plugin": "^1.1.0",
|
"pestphp/pest-plugin": "^1.1.0",
|
||||||
"phpunit/phpunit": "^9.6.7"
|
"phpunit/phpunit": "^9.6.10"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|||||||
@ -6,7 +6,7 @@ namespace Pest;
|
|||||||
|
|
||||||
function version(): string
|
function version(): string
|
||||||
{
|
{
|
||||||
return '1.23.0';
|
return '1.23.1';
|
||||||
}
|
}
|
||||||
|
|
||||||
function testDirectory(string $file = ''): string
|
function testDirectory(string $file = ''): string
|
||||||
|
|||||||
Reference in New Issue
Block a user