Skip to content

Commit

Permalink
feat: prepare laravel 12 support release (#28)
Browse files Browse the repository at this point in the history
* remove unwanted files

* update readme
  • Loading branch information
sowrensen authored Feb 25, 2025
1 parent aa4e282 commit 8bf96c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ testbench.yaml
vendor
node_modules
.DS_Store
.phpunit.cache
1 change: 0 additions & 1 deletion .phpunit.cache/test-results

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG-2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to `svg-avatar-generator` **v2.x** will be documented in this file.

## 2.0.1

- Added Laravel 12 support.
- Removed `spatie/laravel-ray` from dev dependency.
- Added Laravel 12 github workflow.

## 2.0.0

- Supports Laravel 11 and onwards only.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"nunomaduro/collision": "^8.0",
"orchestra/testbench": "^9.0 || ^10.0",
"pestphp/pest": "^2.0 || ^3.0",
"pestphp/pest-plugin-laravel": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0 || ^3.0",
"phpunit/phpunit": "^10.1 || ^11.0"
},
"autoload": {
Expand Down

0 comments on commit 8bf96c9

Please sign in to comment.