Skip to content

Commit

Permalink
bootstrap4 in place of bootstrap3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykenedy committed Mar 11, 2018
1 parent 73c7fac commit ff01483
Show file tree
Hide file tree
Showing 85 changed files with 118,575 additions and 580 deletions.
Empty file modified CODE_OF_CONDUCT.md
100644 → 100755
Empty file.
Empty file modified app/Http/Middleware/TrustProxies.php
100644 → 100755
Empty file.
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "MIT",
"type": "project",
"require": {
"php": ">=7.1.3",
"php": "^7.1.3",
"barryvdh/laravel-debugbar": "^3.0",
"creativeorange/gravatar": "~1.0",
"doctrine/dbal": "^2.5",
"fideloper/proxy": "~4.0",
"fideloper/proxy": "^4.0",
"google/recaptcha": "^1.1",
"intervention/image": "^2.4",
"jaybizzle/laravel-crawler-detect": "1.*",
Expand All @@ -22,7 +22,7 @@
"jeremykenedy/uuid": "^3.1",
"laravel/framework": "5.6.*",
"laravel/socialite": "^3.0",
"laravel/tinker": "~1.0",
"laravel/tinker": "^1.0",
"laravelcollective/html": "^5.5",
"pusher/pusher-php-server": "^3.0",
"rap2hpoutre/laravel-log-viewer": "^0.10.4",
Expand All @@ -33,12 +33,11 @@
"socialiteproviders/youtube": "^3.0"
},
"require-dev": {
"filp/whoops": "~2.0",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "~1.0",
"nunomaduro/collision": "~2.0",
"phpunit/phpunit": "~7.0",
"symfony/thanks": "^1.0"
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^2.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"classmap": [
Expand Down
Empty file modified config/hashing.php
100644 → 100755
Empty file.
Empty file modified config/laravel2step.php
100644 → 100755
Empty file.
Empty file modified config/laravelPhpInfo.php
100644 → 100755
Empty file.
Empty file modified config/logging.php
100644 → 100755
Empty file.
Empty file.
Loading

0 comments on commit ff01483

Please sign in to comment.