Skip to content

Commit ceb67ab

Browse files
committed
Reorganice files
0 parents  commit ceb67ab

16 files changed

+1711
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.idea
2+
.composer.lock
3+
vendor/

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Ejercicios OOP
2+
3+
Have fun

composer.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"require-dev": {
3+
"phpunit/phpunit": "^6.4.3"
4+
},
5+
"autoload": {
6+
"psr-4": {
7+
"App\\": "./src"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)