Skip to content

Commit

Permalink
Composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK committed Jan 3, 2025
1 parent 8f8b8c1 commit 3801a2a
Show file tree
Hide file tree
Showing 9 changed files with 370 additions and 376 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
php-version: [8.3]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
name: Code coverage with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
name: Code coverage with PHP ${{ matrix.php-versions }} on ${{ matrix.os }}
env:
php-extensions: intl, pcov
php-coverage: pcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/laravel-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
php-version: [8.2, 8.3, 8.4]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
name: Tests with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
name: PHPUnit tests with PHP ${{ matrix.php-versions }} on ${{ matrix.os }}
env:
php-extensions: intl, pcov
php-coverage: pcov
Expand Down
5 changes: 0 additions & 5 deletions src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
"Database\\Factories\\": "VisualLaravel/Base/database/factories/",
"Database\\Seeders\\": "VisualLaravel/Base/database/seeders/",
"VisualLaravel\\Core\\": "VisualLaravel/Core/"
},
"DUMMY": {
"VisualLaravel\\": "VisualLaravel"
}
},
"autoload-dev": {
Expand All @@ -50,8 +47,6 @@
"Workbench\\App\\": "VisualLaravel/workbench/app/",
"Workbench\\Database\\Factories\\": "VisualLaravel/workbench/database/factories/",
"Workbench\\Database\\Seeders\\": "VisualLaravel/workbench/database/seeders/"
},
"DUMMY": {
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 3801a2a

Please sign in to comment.