Skip to content

Commit

Permalink
Update for laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Wimmie committed Mar 13, 2024
1 parent 957b3eb commit 2018218
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-xibo-api` will be documented in this file.

## 0.1.1 - 2024-03-13

- Update for Laravel 10

## 0.1.0 - 2021-01-28

- initial release
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.1",
"ext-curl": "*",
"ext-json": "*",
"illuminate/contracts": "^8.0",
"spatie/laravel-ray": "^1.9"
"illuminate/contracts": "^v10.48.2"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.3"
"orchestra/testbench": "^v8.22.0",
"phpunit/phpunit": "^9.6.17"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -55,6 +54,6 @@
}
}
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true
}

0 comments on commit 2018218

Please sign in to comment.