Skip to content

Commit 853af9d

Browse files
committed
chore: bump to laravel 13 and regen snapshots
1 parent c5dec1e commit 853af9d

File tree

93 files changed

+990
-1043
lines changed

Some content is hidden

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

93 files changed

+990
-1043
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ Temporary Items
5454
# End of https://www.gitignore.io/api/macos,laravel
5555

5656
auth.json
57+
.phpunit.cache/

composer.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@
2020
"fakerphp/faker": "^1.23",
2121
"friendsofphp/php-cs-fixer": "^3.86",
2222
"google/recaptcha": "^1.3",
23-
"graham-campbell/analyzer": "4.2.x-dev",
23+
"graham-campbell/analyzer": "^5.0",
2424
"guzzlehttp/guzzle": "^7.7",
2525
"jamesmills/laravel-timezone": "dev-master",
2626
"jenssegers/agent": "^2.6",
2727
"larastan/larastan": "^3.0",
2828
"laravel/fortify": "^1.25",
29-
"laravel/framework": "^12.0",
29+
"laravel/framework": "^13.0",
3030
"laravel/telescope": "^5.0",
3131
"league/commonmark": "^2.7",
3232
"livewire/livewire": "^3.0",
3333
"mockery/mockery": "^1.6",
34-
"pestphp/pest": "^3.0",
34+
"pestphp/pest": "^4.0",
3535
"phpstan/extension-installer": "^1.3",
3636
"phpstan/phpstan": "^2.0",
3737
"phpstan/phpstan-deprecation-rules": "^2.0",
3838
"phpstan/phpstan-strict-rules": "^2.0",
39-
"pragmarx/google2fa-laravel": "^2.2",
39+
"pragmarx/google2fa-laravel": "^3.0",
4040
"rector/rector": "^2.0",
4141
"ruafozy/mersenne-twister": "^1.0",
4242
"spatie/laravel-flash": "^1.10",
4343
"spatie/laravel-honeypot": "^4.5",
4444
"spatie/laravel-medialibrary": "^11.5",
4545
"spatie/laravel-newsletter": "^5.1",
4646
"spatie/laravel-personal-data-export": "^4.3",
47-
"spatie/laravel-responsecache": "^7.5",
47+
"spatie/laravel-responsecache": "^8.0",
4848
"spatie/laravel-schemaless-attributes": "^2.5",
4949
"spatie/laravel-sluggable": "^3.6",
5050
"spatie/pest-plugin-snapshots": "^2.2",
@@ -72,6 +72,12 @@
7272
]
7373
}
7474
},
75+
"repositories": [
76+
{
77+
"type": "vcs",
78+
"url": "https://github.com/peoplelikeushomeexchange/laravel-timezone.git"
79+
}
80+
],
7581
"scripts": {
7682
"format": [
7783
"vendor/bin/php-cs-fixer fix"
@@ -95,7 +101,7 @@
95101
}
96102
},
97103
"require-dev": {
98-
"orchestra/testbench": "^10.0",
104+
"orchestra/testbench": "^11.0",
99105
"spatie/mailcoach-sdk-php": "^1.4"
100106
}
101107
}

composer.lock

Lines changed: 941 additions & 967 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/CommonMark/__snapshots__/LinkRendererTest__it_should_render_external_links_with_(ftpgoogle.com)__1.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/CommonMark/__snapshots__/LinkRendererTest__it_should_render_external_links_with_(google.com)__1.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/CommonMark/__snapshots__/LinkRendererTest__it_should_render_external_links_with_(httpsgoogle.com)__1.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/CommonMark/__snapshots__/LinkRendererTest__it_should_render_external_links_with_(unsupportedrelativeurl)__1.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10,000 USD
1+
100,000 USD

tests/__snapshots__/CurrencyTest__it_should_format_the_given_value__1.txt renamed to tests/__snapshots__/CurrencyTest__it_should_format_the_given_value__14.txt

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
100 USD

0 commit comments

Comments
 (0)