claudemarson
13e5d272ae
Update the default Argon2 options ( #5788 )
...
Update Laravel's default Argon2 options to the values used by PHP:
107997e58e/ext/standard/php_password.h (L32)
2022-02-01 12:08:46 -06:00
Dries Vints
ecf460a874
Update CHANGELOG.md
v6.20.1
2021-05-11 22:47:22 +02:00
netpok
5c137aae41
Bump framework version ( #5602 )
...
to include SQL server security fix for GHSA-4mg9-vhxq-vm7j
2021-04-29 07:55:56 -05:00
Jonny Nott
8c7ccd3fe8
target 1.16.15 of facade/ignition for Laravel 6.x ( #5544 )
...
fixes CVE-2021-3129 vulnerability (Laravel 6)
2021-02-26 11:17:30 -06:00
Dries Vints
d85be86698
Update CHANGELOG.md
v6.20.0
2020-10-30 15:40:46 +01:00
Dries Vints
31fbf612ef
Bump fideloper/proxy
2020-10-30 15:39:45 +01:00
Dries Vints
eb34def26a
Bump tinker
2020-10-30 15:38:43 +01:00
Dries Vints
d906d7b860
Update phpunit constraints
2020-10-30 15:27:02 +01:00
Dries Vints
f363bc30e1
Bump ignition
2020-10-30 14:59:24 +01:00
Dries Vints
27338d9a99
Allow PHPUnit 9
2020-10-29 17:00:39 +01:00
Dries Vints
aef279a6cf
Update CHANGELOG.md
v6.19.0
2020-10-29 14:17:39 +01:00
Dries Vints
b8d582581a
Update minimum Laravel version
2020-10-29 14:16:58 +01:00
Dries Vints
a4d45e6940
Update CHANGELOG.md
2020-10-29 14:15:43 +01:00
Dries Vints
4c25cb953a
Allow for PHP 8
2020-10-27 16:17:46 +01:00
Dries Vints
3d46fc355d
Update Faker ( #5461 )
2020-10-27 08:54:45 -05:00
Dries Vints
22fa816fdf
Delete removed webpack flag ( #5460 )
2020-10-27 08:11:46 -05:00
Dries Vints
aeec665b75
Update composer.json ( #5452 )
2020-10-22 07:31:01 -05:00
Youri Wijnands
b9b282a719
Use the new Google Fonts API ( #5396 )
...
https://developers.google.com/fonts/docs/css2
2020-09-08 07:50:51 -05:00
Dries Vints
179e52bdd7
Fix logo
2020-09-08 13:27:47 +02:00
Dries Vints
921b14b954
Update CHANGELOG.md
v6.18.35
2020-08-11 19:16:01 +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
e96840e206
Set framework version ^6.18.35
2020-08-07 17:28:47 +01:00
Graham Campbell
407b6b8b04
Revert "Apply fixes from StyleCI ( #5356 )" ( #5357 )
...
This reverts commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560.
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
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
Andy Hinkle
f465c511c0
Bump lodash from 4.17.15 to 4.17.19
2020-07-20 16:15:52 +02:00
Nabil Muh. Firdaus
d7d342c2f5
Disable webpack-dev-server host check ( #5288 )
2020-04-27 08:38:20 -05:00
Dries Vints
8aab222c12
Update CHANGELOG.md
v6.18.8
2020-04-16 09:45:26 +02:00
Dries Vints
73f723a2f4
Add both endpoint and url env variables ( #5276 )
2020-04-09 09:54:25 -05:00
Dries Vints
d067d7d889
Update CHANGELOG.md
v6.18.3
2020-03-24 18:26:16 +01:00
Jacob Honoré
b7b6e35bf8
Fix s3 endpoint url reference ( #5267 )
2020-03-24 08:11:36 -05:00
Graham Campbell
5ddbfb8454
Ensure that app.debug is a bool
2020-03-06 11:47:59 +00:00
Dries Vints
e773d3885b
Update CHANGELOG.md
2020-03-03 18:15:59 +01:00
Sjors Ottjes
8cece72598
Remove redundant default attributes from phpunit.xml ( #5233 )
v6.18.0
2020-02-24 08:37:15 -06:00
ARCANEDEV
c78a1d8184
Bump fzaninotto/faker version to support PHP 7.4 ( #5218 )
...
Bumping `fzaninotto/faker` version to support PHP 7.4, especially when running composer with `--prefer-lowest` flag.
PRs related to version `^1.9.1`:
* https://github.com/fzaninotto/Faker/pull/1748
* https://github.com/fzaninotto/Faker/pull/1843
2020-01-31 07:48:04 -06:00
Andrey Helldar
c81712bdf4
[6.x] Update cross-env to the latest ( #5216 )
...
This is not a fix for the vulnerability.
Just updating the dependency to the latest version.
@see https://yarnpkg.com/package/cross-env
Yes, I know that they recently released version 6.0 and in a short time 7.0.
2020-01-30 08:14:42 -06:00
Andrey Helldar
1d094a8084
[7.x] Update cross-env and resolve-url-loader to the latest ( #5210 )
2020-01-24 07:43:48 -06:00
Dries Vints
9d0862b334
Merge pull request #5201 from aimeos/master
...
Use file session driver again
v6.12.0
2020-01-14 17:50:01 +01:00
Caíque de Castro Soares da Silva
9b6d1b14bc
Update laravel mix and sass loader ( #5203 )
2020-01-13 10:36:09 -06:00
Robert Korulczyk
f121af8985
Add missing full stop for some validation messages ( #5205 )
2020-01-12 09:06:29 -06:00
Dries Vints
b46c16b424
Update CHANGELOG.md
2020-01-09 12:41:21 +01:00
Aimeos
f44f065a2b
Use file session driver again
2020-01-08 12:44:53 +01:00
Aimeos
eca7bc7d66
Use file session driver again
2020-01-08 12:44:22 +01:00
Graham Campbell
25c36eb592
Merge pull request #5196 from laravel/revert-5006-analysis-qxPGgA
...
[6.x] Revert "Apply fixes from StyleCI"
2019-12-31 12:22:50 +00:00
Graham Campbell
5df3b7b1fe
Revert "Apply fixes from StyleCI ( #5006 )"
...
This reverts commit 50176732d66b197de62d5567b79fc77f63e2cfbd.
2019-12-31 12:21:39 +00:00
Anton Komarev
195faa16cb
Fix types consistency in database config ( #5191 )
2019-12-25 09:05:29 -06:00
Graham Campbell
846f7a193a
Correct exception handler doc ( #5187 )
2019-12-24 17:35:58 +00:00
Taylor Otwell
99f183b5c7
Merge branch 'master' of github.com:laravel/laravel
2019-12-18 12:02:53 -06:00