Skip to content

Commit

Permalink
[1.x] Bump Dependencies and run Tests on skeleton (#240)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Run Tests on skeleton

* phpdoc should use FQCN

* Format files

* Disables fully_qualified_strict_types

---------

Co-authored-by: Nuno Maduro <[email protected]>
  • Loading branch information
Jubeki and nunomaduro authored Jan 9, 2024
1 parent 6cfe8bc commit 2500d9d
Show file tree
Hide file tree
Showing 4 changed files with 577 additions and 436 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Checkout skeleton code
uses: actions/checkout@v4
with:
path: 'skeleton'
repository: 'laravel/laravel'

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"ext-xml": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.38.0",
"illuminate/view": "^10.30.1",
"larastan/larastan": "^2.7.0",
"friendsofphp/php-cs-fixer": "^3.46.0",
"illuminate/view": "^10.39.0",
"larastan/larastan": "^2.8.1",
"laravel-zero/framework": "^10.3.0",
"mockery/mockery": "^1.6.6",
"mockery/mockery": "^1.6.7",
"nunomaduro/termwind": "^1.15.1",
"pestphp/pest": "^2.24.2"
"pestphp/pest": "^2.30.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2500d9d

Please sign in to comment.