Skip to content

Commit

Permalink
chore(deps): update to Laravel 8 (#4441)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Nov 15, 2020
1 parent 657d824 commit c71acf2
Show file tree
Hide file tree
Showing 7 changed files with 2,546 additions and 1,529 deletions.
26 changes: 13 additions & 13 deletions .azure/azure.sig
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEuNgCced4O/05ANeg4OezJU6ORAcFAl9R5qQACgkQ4OezJU6O
RAfEAg/8CsLi4ymlhXF7KpDS/r7NmphQc4fQIjqKH7Dy6lhwRGo0ce94Vq5GTzbB
wPvRjrofjQUScNmYCdUmMcs7gztRIqaNmhAFUVux6p6TaxnYRM2Obr2UuSNNwjJ/
ioBx6+tvCbI+lLc5pltHvjha5n83QCSU+mnsHUw9QkwC1DSci0opGr/6gsctTHzN
tpDX5lGGaSOrgl5P53DpRD3vZgEN3SpqdCNo1RA6QBhsfhnDZ77N524Z/9b4SLC0
ED0fLM7XhPlRKB406N4hEQMfrY7gxj/f2g3zW4u5mB3xYACBa0BvSv4WQYbKBdQO
5NseRwLeoedH3q5OuAelIymvwBwEWBu8wFbQ+J8VqCG8zn8C3RwTFqMOeY7WjQLD
1iEYnjavb3mofQoaXfC+7lWHDFw7QHVo0r/NpXKFz5DtTq8PpkhdyVNYxz/MfeVL
wP2IiHGBgCOaBQ3DxJB/vNbsdNjxmxufaCDMP3RcpASwV4cjDudKkdrMbJ9rUrFq
wZV82+cQWiN9tGfj/S5TKjKvx0q5cXd9k0ZDVjTcfV/IDkOfrdwrBc9xKOucIz5m
X6hC941Y5/5wI/k26uiHcjoD1yzFy+KBjyFCOic2xyCdPBLR2Hde5TRHi1H51lhJ
KL12w1cnEnhbmNuvvFqbyn4e4TNCQQsEqHfmjbI8JxfihgkU5EY=
=VgoP
iQIzBAABCAAdFiEEuNgCced4O/05ANeg4OezJU6ORAcFAl+wWV0ACgkQ4OezJU6O
RAf05BAAnL+gFWfElA3JiYwgnHQhQgbRm1oUgVoR1jCUB8HH0UzacMpTUFBHx0a/
kNJuCVGBXB8uaY1QsuKCHcv02pFOPoTkYaNw5+mcuD8sTlO/NvgOTwblf45btykh
6y4GEQY5L1ZNkcIM8kkAU8ZQapgJ+Rt/FTh3fIRmkkMbo1IvvQ5aRHTJrXq2/BqE
Anbs4/fiz/DZ9RSBiSFNP+nh2aJyAg9tRf4VVVo3sIWKcxoCcORUI39ssRtCG4EQ
h+qKvSb38wo3IuRi6KIrTu00B1DTma+tfQGRafS7qdjkVG5C4P+BoE2JKn8UjS+S
7Ev4Gr12mqPg7J4SHPO8ZfATP9DoaijOGvqcQCfIgeqVeogobujy7iZdxdz1CvyL
1od0wmyFHgetx34siUROPL2ajlDwOeq5V5ETJCcLgCDPbLXLpXcwoEOi5G2n7SiR
OgDwsrqDnYI+TV1vlBP3sQPWzxDd9HDM5qJOLeKL7yS+xE1BjrnuYt6H8eyd3rwL
t9MuqO0SLYZRmUb5oT/pU+5Zt87On2SxPpWdSL7r8dJxn9DibF/VJmb6sA89SZK2
kN8v+ttbdTPMvHM3BwoGDPSPH7vvSmRNVhxoDiFN5p3rBtNzkN2VKfKBkiUsFZm2
+T5S6R26IZI2MLaYSeIOPemo/n0yAKwxi2OLh/XCnx0K9ITcJss=
=OuY3
-----END PGP SIGNATURE-----
2 changes: 1 addition & 1 deletion app/Models/Contact/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Document extends Model
* @var array
*/
protected $casts = [
'number_of_downloads' => 'number',
'number_of_downloads' => 'integer',
];

/**
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stages:
jobs:
- template: .azure/job-build.yml
- template: .azure/job-tests.yml
- template: .azure/job-analyzers.yml
# - template: .azure/job-analyzers.yml
- template: .azure/job-test-browser.yml
- template: .azure/job-reporting.yml
- template: .azure/job-test-migrations.yml
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"giggsey/libphonenumber-for-php": "^8.9",
"guzzlehttp/guzzle": "^6.2",
"intervention/image": "^2.3",
"laravel/cashier": "~10.0",
"laravel/framework": "^7.0",
"laravel/passport": "^9.0",
"laravel/cashier": "^12.0",
"laravel/framework": "^8.0",
"laravel/passport": "^10.0",
"laravel/socialite": "^5.0",
"laravel/tinker": "^2.0",
"laravel/ui": "^2.0",
"laravolt/avatar": "^3.0",
"laravolt/avatar": "^4.0",
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-cached-adapter": "^1.0",
"mariuzzo/laravel-js-localization": "^1.6",
"mariuzzo/laravel-js-localization": "^1.7",
"matriphe/iso-639": "^1.0",
"moneyphp/money": "^3.1",
"monicahq/laravel-cloudflare": "^1.0",
Expand All @@ -45,12 +45,12 @@
"ralouphie/mimey": "^2.0",
"sabre/dav": "^4.0",
"sentry/sentry-laravel": "^1.0",
"stevebauman/location": "^5.0",
"stevebauman/location": "^5.2",
"symfony/translation": "^5.0",
"thecodingmachine/safe": "^1.0",
"vectorface/whip": "^0.4.0",
"vinkla/hashids": "^8.1",
"vluzrmos/language-detector": "^2.1",
"vinkla/hashids": "^9.0",
"vluzrmos/language-detector": "^2.2",
"web-token/jwt-key-mgmt": "^2.1",
"web-token/jwt-signature-algorithm-ecdsa": "^2.1",
"web-token/jwt-signature-algorithm-eddsa": "^2.1",
Expand All @@ -61,16 +61,16 @@
"fzaninotto/faker": "^1.6",
"khanamiryan/qrcode-detector-decoder": "1.0.3",
"laravel/dusk": "^6.0",
"laravel/legacy-factories": "^1.0",
"matthiasnoback/live-code-coverage": "^1.0",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^5.0",
"nunomaduro/larastan": "^0.6",
"phpunit/phpcov": "^7.0",
"phpunit/phpunit": "^9.0",
"psalm/plugin-laravel": "1.1.1",
"psalm/plugin-laravel": "dev-master",
"roave/security-advisories": "dev-master",
"thecodingmachine/phpstan-safe-rule": "^1.0",
"vimeo/psalm": "3.11.2"
"thecodingmachine/phpstan-safe-rule": "^1.0"
},
"suggest": {
"ext-apcu": "*"
Expand Down
Loading

1 comment on commit c71acf2

@heru616
Copy link

@heru616 heru616 commented on c71acf2 Dec 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

project happy

Please sign in to comment.