Skip to content

Commit 7a811fb

Browse files
committed
🆕 Enable vehicle registration
1 parent ea5e6b2 commit 7a811fb

11 files changed

+1659
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor/

composer.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "shouze/parked-life",
3+
"type": "application",
4+
"license": "MIT",
5+
"autoload": {
6+
"psr-4": { "Shouze\\ParkedLife\\": "src/" }
7+
},
8+
"require": {},
9+
"require-dev": {
10+
"behat/behat": "^3.2",
11+
"phpspec/phpspec": "^3.1"
12+
}
13+
}

0 commit comments

Comments
 (0)