Skip to content

Commit

Permalink
upgrade/laravel10 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorsk authored Jun 23, 2024
1 parent 7a5cb97 commit fe5af9b
Show file tree
Hide file tree
Showing 3 changed files with 4,774 additions and 3,007 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [10.0.1] - 2024-06-23

### Changed
- Versions bump.

## [1.0.0] 2022-06-20

### Added
Expand Down
20 changes: 9 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,17 @@
}
],
"require": {
"php": "^7.3||^8.0",
"illuminate/support": "^8.0 || ^9.0",
"illuminate/queue": "^8.0 || ^9.0",
"illuminate/database": "^8.0 || ^9.0"
"php": "^8.1",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/queue": "^9.0|^10.0|^11.0",
"illuminate/database": "^9.0|^10.0|^11.0"
},
"require-dev": {
"ext-mbstring": "*",
"orchestra/testbench": "6.2.0",
"reyesoft/ci": "1.4.3",
"nunomaduro/larastan": "^0.7.0",
"phpunit/phpunit": "^9.0.0",
"codedungeon/phpunit-result-printer": "^0.27.0"
"orchestra/testbench": "^7.9.0",
"reyesoft/ci": "2.0.0",
"larastan/larastan": "2.9.6",
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -97,11 +96,10 @@
"config": {
"preferred-install": "dist",
"platform": {
"php": "7.3"
"php": "8.1"
},
"discard-changes": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit fe5af9b

Please sign in to comment.