Commit Graph

317 Commits

Author SHA1 Message Date
Dries Vints 3ea3861e4b
Update composer.json (#5959) 2022-08-01 08:54:38 -05:00
suyar 6e1103180b
Update laravel/sanctum version (#5957) 2022-07-29 08:01:11 -05:00
Dries Vints 2bbb0ef6a0
Merge branch '9.x'
# Conflicts:
#	composer.json
2022-07-25 11:04:49 +02:00
Nuno Maduro fa5e54a2ab
[9.x] Uses `laravel/pint` for styling (#5945)
* Uses `laravel/pint` for styling

* Makes `.styleci.yml` ignored on export

* Update composer.json

Co-authored-by: Dries Vints <dries@vints.io>
2022-07-15 08:38:49 -05:00
Dries Vints f46db07ef5
Update composer.json 2022-06-28 16:36:21 +02:00
Graham Campbell ea6e4097f5
Merge branch '9.x' 2022-05-15 21:11:17 +01:00
Dries Vints 5840c98d8f
Bump minimum Laravel version 2022-05-03 17:51:16 +02:00
Jesper Noordsij d0603437cb
Bump laravel/framework version to latest (#5870)
Required for password rule translations to work properly (see https://github.com/laravel/framework/pull/42060)
2022-04-27 17:11:10 +02:00
Taylor Otwell 19272e0bd3 revert change - unnecessary :) 2022-04-07 09:15:43 -05:00
Taylor Otwell 9986d516f0 remove packages file for a better experience 2022-04-06 11:12:17 -05:00
Graham Campbell 004b1319f4
Drop PHP 8.0 (#5854) 2022-03-26 10:06:24 -05:00
Graham Campbell 23bf290143
Merge branch '9.x' 2022-03-26 11:56:15 +00:00
Dries Vints ecf7b06c4b
Replace Laravel CORS package (#5825) 2022-02-22 09:42:30 -06:00
suyar 871ff9e65f
[9.x] Update sanctum config file (#5820)
* Update sanctum config file

* Update composer.json

Co-authored-by: suyaqi <suyaqi@wy.net>
Co-authored-by: Dries Vints <dries@vints.io>
2022-02-17 09:16:40 -06:00
Dries Vints 5a374ae636
[10.x] Prep Laravel 10 (#5805)
* Prep Laravel 10

* Update composer.json

* Update Kernel.php

* Update composer.json

* Update composer.json
2022-02-11 08:33:57 -06:00
Jonathan Goode 8097a3da49
Align min PHP version with docs 2022-02-10 01:08:38 +00:00
Dries Vints 13035e08c4
revert 10 for now 2022-02-08 18:07:52 +01:00
Dries Vints 9301304460
Laravel 10 2022-02-08 18:06:07 +01:00
Nuno Maduro 54a249cd3c
Bumps `nunomaduro/collision` dependency (#5782) 2022-01-30 10:16:02 -06:00
Graham Campbell 929571decd
Bumped minimum guzzle version to match that of the framework suggest list (#5766) 2022-01-14 07:04:13 -06:00
Dries Vints 9b4e424d98
Add Ignition (#5764) 2022-01-13 08:48:35 -06:00
Dries Vints 3701593e66
Revert "[9.x] Add Ignition" 2022-01-13 10:34:51 +01:00
Freek Van der Herten 70a8b4a108
Update composer.json 2022-01-12 23:47:13 +01:00
Dries Vints b58d346ba9
Update composer.json (#5761) 2022-01-12 09:51:03 -06:00
Barry vd. Heuvel 6808b20560
Use latest version of laravel-cors (#5758) 2022-01-03 09:02:45 -06:00
Dries Vints 2b7464fad4
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
#	composer.json
2021-12-22 11:09:09 +01:00
Dries Vints e999e1d07c
Update composer.json (#5750) 2021-12-15 07:49:21 -06:00
Dries Vints 274d1bdd72
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2021-12-07 17:10:58 +01:00
Micheal Mand e35899f0aa
Fix asset publishing if they were already published (#5734)
Thank you @sebdesign for the fix.
2021-11-24 20:07:41 -06:00
Dries Vints d54907c27d
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
#	composer.json
2021-10-26 17:22:00 +02:00
Nuno Maduro 1980ca13ea
[8.x] Logs deprecations instead of treating them as exceptions (#5711)
* Logs deprecations instead of treating them as exceptions

* formatting

Co-authored-by: Taylor Otwell <taylorotwell@gmail.com>
2021-10-19 08:42:24 -05:00
Dries Vints ab2b606124
Temporarily remove tinker from master
Until 2c061f5bd1 has been re-introduced.
2021-10-11 11:06:14 +02:00
Taylor Otwell 6a68092228
Revert "Uses `LazilyRefreshDatabase` by default (#5696)" (#5700)
This reverts commit 4578193d52.
2021-10-05 09:23:35 -05:00
Taylor Otwell bdcb9681a6 fix conflicts 2021-10-02 10:47:56 -05:00
Nuno Maduro 4578193d52
Uses `LazilyRefreshDatabase` by default (#5696) 2021-09-29 08:20:24 -05:00
Nuno Maduro ef9d0e4c78
Ensures downloaded version of Collision supports PHP 8.1 (#5697)
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2021-09-29 08:17:58 -05:00
Dries Vints aa9cb884d2
Bump Mockery and PHPUnit 2021-09-29 11:51:32 +02:00
Dries Vints 6dde1832b4
Sanctum dev-develop 2021-08-12 15:46:34 +02:00
Dries Vints 018bb3c157
Merge branch '8.x'
# Conflicts:
#	composer.json
2021-08-12 15:39:10 +02:00
Taylor Otwell 226d1bfc3c
[8.x] Sanctum (#5663)
* initial sanctum poc

* add files

* remove token
2021-08-11 13:44:34 -05:00
Dries Vints 4d0f40f98c
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
#	composer.json
2021-08-10 19:28:02 +02:00
Dries Vints b6f4ee7661
Use new TrustProxies middleware (#5662) 2021-08-10 08:41:29 -05:00
Dries Vints 7f68c30179
[9.x] Allow develop installs (#5660)
* Allow develop installs

* Disable CORS middleware

* Re-add laravel-cors

* Re-adds collision

Co-authored-by: Nuno Maduro <enunomaduro@gmail.com>
2021-08-09 13:52:42 -05:00
Dries Vints 4c552aefbe
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2021-08-03 20:13:53 +02:00
Igor Finagin d286a15b09
[8.x] Unified asset publishing (#5654)
* [8.x] Unified asset publishing

* Update composer.json

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2021-07-29 08:04:43 -05:00
Dries Vints 7c977fb9a5
Drop PHP 7.4 support 2021-07-13 14:59:41 +02:00
netpok 5bd72e7805
Bump framework version (#5601)
to include SQL server security fix for GHSA-4mg9-vhxq-vm7j
2021-04-29 07:55:46 -05:00
Dries Vints 9e920323de
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2021-03-23 18:26:04 +01:00
Dries Vints f5cac881c9
Re-order composer.json (#5570) 2021-03-21 08:38:50 -05:00
Dries Vints bea2c2615b
Bump to PHP 7.4 (#5527) 2021-01-28 08:14:34 -06:00
Nuno Maduro 30831ee7be
Bumps Collision version (#5517) 2021-01-13 08:04:35 -06:00
Dries Vints c6059645a6
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2021-01-05 16:49:44 +01:00
Ustych Maksym 947df2ac74
Update sail package in the composer.json (#5507) 2021-01-01 12:35:59 -06:00
Dries Vints 501766f1eb
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2020-12-15 14:18:27 +01:00
Taylor Otwell 17668beabe add sail 2020-12-08 09:51:48 -06:00
Dries Vints 1d1dc13d6b
Merge branch 'master' into develop
# Conflicts:
#	CHANGELOG.md
#	composer.json
2020-10-30 16:09:57 +01:00
Dries Vints 17778838a4
Bump mockery 2020-10-30 16:06:24 +01:00
Dries Vints 8b947ba34c
Merge branch '7.x'
# Conflicts:
#	CHANGELOG.md
#	composer.json
2020-10-30 16:05:55 +01:00
Dries Vints 8ae2d8ec1e
Bump ignition and collision 2020-10-30 15:53:46 +01:00
Dries Vints 3c4eac92ba
Bump Guzzle 2020-10-30 15:48:42 +01:00
Dries Vints 45fa128adb
Merge branch '6.x' into 7.x
# Conflicts:
#	CHANGELOG.md
#	composer.json
2020-10-30 15:43:30 +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 9af70cffa4
Merge branch '6.x' into 7.x
# Conflicts:
#	composer.json
2020-10-29 17:01:22 +01:00
Dries Vints 27338d9a99
Allow PHPUnit 9 2020-10-29 17:00:39 +01:00
Dries Vints 86d4ec095f
Update minimum Laravel version 2020-10-29 14:33:24 +01:00
Dries Vints 02ca853809
Nump minimum Laravel version 2020-10-29 14:23:59 +01:00
Dries Vints b8d582581a
Update minimum Laravel version 2020-10-29 14:16:58 +01:00
Dries Vints 554c079988
Merge branch 'master' into develop
# Conflicts:
#	composer.json
2020-10-27 16:19:11 +01:00
Dries Vints b322096379
Merge branch '7.x'
# Conflicts:
#	composer.json
2020-10-27 16:18:44 +01:00
Dries Vints 9b21125e31
Merge branch '6.x' into 7.x
# Conflicts:
#	composer.json
2020-10-27 16:18:17 +01:00
Dries Vints 4c25cb953a
Allow for PHP 8 2020-10-27 16:17:46 +01:00
Dries Vints d1c60201e8
Merge branch 'master' into develop
# Conflicts:
#	composer.json
2020-10-27 15:03:43 +01:00
Dries Vints 8bfecacf8c
Merge branch '7.x'
# Conflicts:
#	composer.json
#	resources/views/welcome.blade.php
2020-10-27 15:02:56 +01:00
Dries Vints 533f130f14
Merge branch '6.x' into 7.x 2020-10-27 15:01:36 +01:00
Dries Vints 3d46fc355d
Update Faker (#5461) 2020-10-27 08:54:45 -05:00
Dries Vints 445ca935c6
[9.x] Allow for composer install on Laravel 9 (#5453)
* Allow for composer install on Laravel 9

* Update composer.json

* Update composer.json

* Update composer.json

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2020-10-22 09:03:11 -05:00
Dries Vints aeec665b75
Update composer.json (#5452) 2020-10-22 07:31:01 -05:00
Dries Vints 232224c5c1
Update composer.json 2020-09-08 17:22:35 +02:00
Graham Campbell 23205e270f Add back in ignition 2020-08-26 11:08:21 +02:00
Dries Vints 48b7ba938e
[8.x] Bump Guzzle (#5381)
* Bump Guzzle

* Update composer.json
2020-08-25 08:27:25 -05: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
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
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
Nuno Maduro 9374d9e7b3
Requires PHP 7.3 and bumps both PHPUnit and Collision 2020-06-22 03:07:47 +02:00
Dries Vints a429eab2d4
Merge branch 'master' into develop 2020-06-16 14:56:56 +02:00
Barry vd. Heuvel 2f33300abe
Bump fruitcake/laravel-cors 2020-06-12 08:50:58 +02:00
Taylor Otwell 2149e8c24c update seeders 2020-04-21 14:44:37 -05:00
Taylor Otwell b9af2b2294 Use new factories
Use the new factories provided in 8.x
2020-04-21 10:12:39 -05:00
Taylor Otwell f9d2f5be36 remove ignition until its ready for 8 2020-04-08 08:09:49 -05:00
Dries Vints a29dd2edb8
Update composer.json 2020-03-03 15:02:05 +01:00
Graham Campbell 705076ffc2 Bumped min guzzle 2020-02-24 14:48:16 +00:00
Graham Campbell 3233e6f809 Merge branch 'master' into develop 2020-02-24 14:47:21 +00:00
Dries Vints d529de062d
Update composer.json 2020-02-13 16:03:25 +01:00