Skip to content

Commit 29dc5a5

Browse files
add pesephp for testing
1 parent ea609cf commit 29dc5a5

File tree

7 files changed

+4356
-160
lines changed

7 files changed

+4356
-160
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"symfony/polyfill-php80": "^1.31",
1515
"symfony/polyfill-ctype": "^1.31",
1616
"symfony/polyfill-mbstring": "^1.31",
17-
"phpunit/phpunit": "^11.4"
17+
"phpunit/phpunit": "^11.4",
18+
"pestphp/pest": "^3.5"
1819
},
1920
"license": "MIT",
2021
"autoload": {
@@ -45,5 +46,10 @@
4546
]
4647
},
4748
"minimum-stability": "dev",
48-
"prefer-stable": true
49+
"prefer-stable": true,
50+
"config": {
51+
"allow-plugins": {
52+
"pestphp/pest-plugin": true
53+
}
54+
}
4955
}

0 commit comments

Comments
 (0)