Skip to content

Commit 05ec673

Browse files
committed
downgrade to phpunit 1.0
1 parent 26d4dd2 commit 05ec673

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ composer.phar
33
composer.lock
44
.DS_Store
55
.idea
6-
tests/_output/*
6+
.phpunit.cache
7+
.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": ">=5.4.0"
2121
},
2222
"require-dev": {
23-
"pestphp/pest": "^2.0",
23+
"pestphp/pest": "^1.0",
2424
"rector/rector": "^2.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)