Commit Graph

6427 Commits

Author SHA1 Message Date
Dries Vints 921b14b954
Update CHANGELOG.md 2020-08-11 19:16:01 +02:00
Dries Vints 39a58710ba
Merge pull request #5370 from laravel/bump-7
[7.x] Set framework version ^7.24
2020-08-07 20:08:41 +02:00
Dries Vints bbd3616715
Merge pull request #5369 from laravel/bump-6
[6.x] Set framework version ^6.18.35
2020-08-07 20:07:55 +02:00
Graham Campbell 0512f00664 Set framework version ^7.24 2020-08-07 17:29:43 +01:00
Graham Campbell e96840e206 Set framework version ^6.18.35 2020-08-07 17:28:47 +01:00
Graham Campbell 53d14e51e0
[8.x] PHPUnit 9.3+ style code coverage config (#5368)
* PHPUnit 9.3+ style code coverage config

* Bumped minimum PHPUnit
2020-08-07 09:59:53 -05:00
Graham Campbell 5914e9ced5 Merge branch 'master' into develop 2020-08-07 11:10:26 +01:00
Graham Campbell b3f600415d Merge branch '6.x' into master 2020-08-07 11:09:47 +01:00
Taylor Otwell ca3b58cd21 change method 2020-08-01 09:50:05 -05:00
Graham Campbell 407b6b8b04
Revert "Apply fixes from StyleCI (#5356)" (#5357)
This reverts commit 6cbfb781a2.
2020-07-27 18:52:00 +01:00
Graham Campbell 6cbfb781a2
Apply fixes from StyleCI (#5356) 2020-07-27 12:49:11 -05:00
Dries Vints 0e7fd2beb1
Fix version 2020-07-27 17:59:20 +02:00
Taylor Otwell a7b70fcc31 fix version 2020-07-27 10:57:16 -05:00
Dries Vints 074c3840ff
Merge pull request #5355 from laravel/bump
[6.x] Bumped laravel 6 min version for new LTS users
2020-07-27 17:34:05 +02:00
Graham Campbell b1277e2eb2
Bumped laravel 6 min version for new LTS users 2020-07-27 16:23:43 +01:00
rennokki e9e7c97266
[7.x] Enforce ^7.22.1 due to security issues (#5354)
* enforce ^7.22

* Update composer.json

Co-authored-by: Dries Vints <dries@vints.io>
2020-07-27 10:18:18 -05:00
Taylor Otwell 791c87a80d
Update README.md 2020-07-22 11:11:30 -05:00
Taylor Otwell 232995cac2
Update README.md 2020-07-22 11:07:41 -05:00
Dries Vints 2053375853
Merge branch 'master' into develop 2020-07-20 16:17:05 +02:00
Andy Hinkle f465c511c0
Bump lodash from 4.17.15 to 4.17.19 2020-07-20 16:15:52 +02:00
Dries Vints 6d9296c71e
Merge pull request #5346 from ahinkle/patch-1
Bump lodash from 4.17.13 to 4.17.19
2020-07-20 16:15:08 +02:00
Andy Hinkle 5f46252168
Bump lodash from 4.17.15 to 4.17.19 2020-07-20 09:03:03 -05:00
Taylor Otwell db47318925 update gitignores 2020-07-17 08:07:12 -05:00
Taylor Otwell 3b418421e7 change path 2020-07-17 08:03:16 -05:00
Taylor Otwell 47e2781f68 update for maintenance mode 2020-07-16 14:30:22 -05:00
Taylor Otwell 395ede7a2d add gitignore 2020-07-16 14:27:24 -05:00
Taylor Otwell 228aa230e6 update for maintenance mode 2020-07-16 14:27:19 -05:00
Taylor Otwell e471dd1cf0 rename class 2020-07-14 15:57:11 -05:00
Taylor Otwell a14a1208ad remove alias that isnt needed 2020-07-14 15:48:22 -05:00
Taylor Otwell e265156bc6 simplify line 2020-07-14 15:12:37 -05:00
Taylor Otwell 6f1f40bc94 update link 2020-07-14 14:39:13 -05:00
Taylor Otwell a9623d3596 update wording 2020-07-14 14:10:07 -05:00
Taylor Otwell ce3e006d61 remove unneeded property. can use ignore method 2020-07-14 14:07:25 -05:00
Taylor Otwell a9abc85301 consolidate to a single method 2020-07-14 14:00:47 -05:00
Taylor Otwell 880cc1d3d8 simplify default exception handler 2020-07-14 10:10:03 -05:00
Muah adb7eacf9e
[8.x] Multiple guards for RedirectIfAuthenticated (#5329)
* Update RedirectIfAuthenticated.php

allow the middleware to have the same behavior as https://laravel.com/api/5.8/Illuminate/Auth/Middleware/Authenticate.html#method_authenticate

so now the guest middleware have the same footprint as auth ex.`guest:web,admin` instead of creating multiple lines to support different guards.

* Update RedirectIfAuthenticated.php
2020-06-29 10:21:36 -05:00
Taylor Otwell 6ca2ecacea remove unneeded block 2020-06-24 13:13:32 -05:00
Taylor Otwell c58b40b9bc Remove extra line 2020-06-24 13:12:04 -05:00
Taylor Otwell d2db8d8159 fix comments 2020-06-24 13:11:53 -05:00
Taylor Otwell 5c7c9f3638 adjust index script 2020-06-24 13:09:30 -05:00
Taylor Otwell ae2af3adfc tap 2020-06-24 13:03:02 -05:00
Taylor Otwell 58a98efb86 tweak route provider default settings 2020-06-24 12:47:56 -05:00
Taylor Otwell e0c4fd8b8a one line 2020-06-24 11:36:13 -05:00
Dries Vints 17e2ce73ed
Merge pull request #5324 from nunomaduro/patch-1
[8.x] Requires PHP 7.3 and bumps both PHPUnit and Collision
2020-06-22 10:18:42 +02:00
Nuno Maduro 9374d9e7b3
Requires PHP 7.3 and bumps both PHPUnit and Collision 2020-06-22 03:07:47 +02:00
Taylor Otwell 641d104610 add css file 2020-06-19 15:40:52 -05:00
Taylor Otwell 588247b790 use postCss default instead of sass 2020-06-18 15:26:58 -05:00
Dries Vints a429eab2d4
Merge branch 'master' into develop 2020-06-16 14:56:56 +02:00
Taylor Otwell 311c3f823a tweak phpunit.xml 2020-06-12 09:35:59 -05:00
Dries Vints 74df1e26e6
Merge pull request #5320 from barryvdh/patch-4
Bump fruitcake/laravel-cors
2020-06-12 10:36:11 +02:00