Skip to content

Commit 2500d9d

Browse files
Jubekinunomaduro
andauthored
[1.x] Bump Dependencies and run Tests on skeleton (#240)
* Bump dependencies * Run Tests on skeleton * phpdoc should use FQCN * Format files * Disables fully_qualified_strict_types --------- Co-authored-by: Nuno Maduro <enunomaduro@gmail.com>
1 parent 6cfe8bc commit 2500d9d

File tree

4 files changed

+577
-436
lines changed

4 files changed

+577
-436
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
- name: Checkout code
3131
uses: actions/checkout@v4
3232

33+
- name: Checkout skeleton code
34+
uses: actions/checkout@v4
35+
with:
36+
path: 'skeleton'
37+
repository: 'laravel/laravel'
38+
3339
- name: Setup PHP
3440
uses: shivammathur/setup-php@v2
3541
with:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"ext-xml": "*"
2424
},
2525
"require-dev": {
26-
"friendsofphp/php-cs-fixer": "^3.38.0",
27-
"illuminate/view": "^10.30.1",
28-
"larastan/larastan": "^2.7.0",
26+
"friendsofphp/php-cs-fixer": "^3.46.0",
27+
"illuminate/view": "^10.39.0",
28+
"larastan/larastan": "^2.8.1",
2929
"laravel-zero/framework": "^10.3.0",
30-
"mockery/mockery": "^1.6.6",
30+
"mockery/mockery": "^1.6.7",
3131
"nunomaduro/termwind": "^1.15.1",
32-
"pestphp/pest": "^2.24.2"
32+
"pestphp/pest": "^2.30.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)