Skip to content

Commit ff01483

Browse files
committed
bootstrap4 in place of bootstrap3
1 parent 73c7fac commit ff01483

File tree

85 files changed

+118575
-580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+118575
-580
lines changed

CODE_OF_CONDUCT.md

100644100755
File mode changed.

app/Http/Middleware/TrustProxies.php

100644100755
File mode changed.

composer.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "MIT",
66
"type": "project",
77
"require": {
8-
"php": ">=7.1.3",
8+
"php": "^7.1.3",
99
"barryvdh/laravel-debugbar": "^3.0",
1010
"creativeorange/gravatar": "~1.0",
1111
"doctrine/dbal": "^2.5",
12-
"fideloper/proxy": "~4.0",
12+
"fideloper/proxy": "^4.0",
1313
"google/recaptcha": "^1.1",
1414
"intervention/image": "^2.4",
1515
"jaybizzle/laravel-crawler-detect": "1.*",
@@ -22,7 +22,7 @@
2222
"jeremykenedy/uuid": "^3.1",
2323
"laravel/framework": "5.6.*",
2424
"laravel/socialite": "^3.0",
25-
"laravel/tinker": "~1.0",
25+
"laravel/tinker": "^1.0",
2626
"laravelcollective/html": "^5.5",
2727
"pusher/pusher-php-server": "^3.0",
2828
"rap2hpoutre/laravel-log-viewer": "^0.10.4",
@@ -33,12 +33,11 @@
3333
"socialiteproviders/youtube": "^3.0"
3434
},
3535
"require-dev": {
36-
"filp/whoops": "~2.0",
37-
"fzaninotto/faker": "~1.4",
38-
"mockery/mockery": "~1.0",
39-
"nunomaduro/collision": "~2.0",
40-
"phpunit/phpunit": "~7.0",
41-
"symfony/thanks": "^1.0"
36+
"filp/whoops": "^2.0",
37+
"fzaninotto/faker": "^1.4",
38+
"mockery/mockery": "^1.0",
39+
"nunomaduro/collision": "^2.0",
40+
"phpunit/phpunit": "^7.0"
4241
},
4342
"autoload": {
4443
"classmap": [

config/hashing.php

100644100755
File mode changed.

config/laravel2step.php

100644100755
File mode changed.

config/laravelPhpInfo.php

100644100755
File mode changed.

config/logging.php

100644100755
File mode changed.

database/migrations/2017_12_09_070937_create_two_step_auth_table.php

100644100755
File mode changed.

0 commit comments

Comments
 (0)