Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #106 from pacoorozco/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
pacoorozco authored Apr 8, 2021
2 parents 083dc54 + bd046fa commit 2a29966
Show file tree
Hide file tree
Showing 3 changed files with 1,240 additions and 621 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased
### Changed
- Bump `doctrine/dbal` from `v2.11` to `v2.13`.
- Bump `fideloper/proxy` from `v4.0` to `v4.4`.
- Bump `larapacks/setting` from `v2.0` to `v2.1`.
- Bump `laravel/framework` from `v6.0` to `v6.20.22`.
- Bump `laravelcollective/html` from `v6.0` to `v6.2.1`.
- Bump `phpseclib/phpseclib` from `v2.0` to `v2.0.31`.
- Bump `spatie/laravel-activitylog` from `v3.8` to `v3.17`.
- Bump `yajra/laravel-datatables-oracle` from `v9.0` to `v9.17.1`.

## 0.12.0 - 2021-01-24

Expand Down
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@
"require": {
"php": "^7.4",
"badcow/dns": "^3.5",
"doctrine/dbal": "^2.11",
"doctrine/dbal": "^2.13",
"dyrynda/laravel-nullable-fields": "^2.0",
"fideloper/proxy": "^4.0",
"fideloper/proxy": "^4.4",
"guilhermegonzaga/presenter": "^1.0",
"larapacks/setting": "^2.0",
"laravel/framework": "^6.0",
"laravelcollective/html": "^6.0",
"phpseclib/phpseclib": "^2.0",
"spatie/laravel-activitylog": "^3.8",
"yajra/laravel-datatables-oracle": "^9.0"
"larapacks/setting": "^2.1",
"laravel/framework": "^6.20.22",
"laravelcollective/html": "^6.2.1",
"phpseclib/phpseclib": "^2.0.31",
"spatie/laravel-activitylog": "^3.17",
"yajra/laravel-datatables-oracle": "^9.17.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.2",
"barryvdh/laravel-ide-helper": "^2.7",
"fzaninotto/faker": "^1.9.1",
"laravel/browser-kit-testing": "^5.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0",
"nunomaduro/collision": "^3.0"
"barryvdh/laravel-debugbar": "^3.5.5",
"barryvdh/laravel-ide-helper": "^2.8.2",
"fzaninotto/faker": "^1.9.2",
"laravel/browser-kit-testing": "^5.2",
"mockery/mockery": "^1.4.3",
"phpunit/phpunit": "^8.5.15",
"nunomaduro/collision": "^3.2.0"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 2a29966

Please sign in to comment.