Skip to content

Commit

Permalink
Add Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
PhiloNL committed Feb 18, 2022
1 parent 96d36f5 commit f7c61a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 60 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/run-tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/contracts": "^8.0|^9.0",
"livewire/livewire": "^2.4",
"spatie/laravel-package-tools": "^1.4.3"
},
Expand Down
12 changes: 0 additions & 12 deletions tests/ExampleTest.php

This file was deleted.

0 comments on commit f7c61a9

Please sign in to comment.