Skip to content

Commit cd753c8

Browse files
committed
feat: ✨ add phpunit
1 parent b201308 commit cd753c8

File tree

2 files changed

+1638
-0
lines changed

2 files changed

+1638
-0
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "maxbarsukov-itmo/web-1",
3+
"description": "ITMO Web course: laboratory work 1",
4+
"license": "MIT",
5+
"require-dev": {
6+
"phpunit/phpunit": "^10.3"
7+
}
8+
}

0 commit comments

Comments
 (0)