Browse Source

Initial commit

benno
Ruben De Baets 4 years ago
commit
5358589e82
3 changed files with 1189 additions and 0 deletions
  1. 3
    0
      .gitignore
  2. 8
    0
      src/composer.json
  3. 1178
    0
      src/composer.lock

+ 3
- 0
.gitignore View File

@@ -0,0 +1,3 @@
db/timesheet.db
.history/
src/vendor/

+ 8
- 0
src/composer.json View File

@@ -0,0 +1,8 @@
{
"require": {
"slim/slim": "^4.0",
"slim/psr7": "^1.0",
"php-di/php-di": "^6.0",
"slim/twig-view": "^3.0.0-beta"
}
}

+ 1178
- 0
src/composer.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save