Skip to content

Commit

Permalink
Merge pull request #24 from KenoKokoro/v5.0.0
Browse files Browse the repository at this point in the history
Upgrade for Laravel 8.0
  • Loading branch information
KenoKokoro committed Jun 8, 2021
2 parents bd1cfbe + c223d12 commit 4ebef2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/php:7.3-browsers
- image: circleci/php:7.4-browsers

working_directory: ~/repo

Expand All @@ -25,4 +25,4 @@ jobs:
key: v1-dependencies-{{ checksum "composer.json" }}

# run tests!
- run: make phpunit
- run: make phpunit
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
}
},
"require": {
"php": "^7.2.5",
"php": "^7.4",
"barryvdh/laravel-ide-helper": "^2.6",
"illuminate/contracts": "^7.0",
"illuminate/console": "^7.0",
"illuminate/container": "^7.0",
"illuminate/http": "^7.0",
"illuminate/support": "^7.0",
"illuminate/contracts": "^8.0",
"illuminate/console": "^8.0",
"illuminate/container": "^8.0",
"illuminate/http": "^8.0",
"illuminate/support": "^8.0",
"yajra/laravel-datatables-oracle": ">9"
},
"require-dev": {
Expand Down

0 comments on commit 4ebef2c

Please sign in to comment.