Skip to content

Commit

Permalink
upgrade orchestra for yodlee depends
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenefvdm committed Aug 19, 2022
1 parent 02f04a2 commit 85a37f5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v0.1.5 - 2022-08-19

- had to come upgrade because Yodlee PHP API needs this weird dependency!
- upgraded Orchestra testbench to be L9 compatible (version 7)
- had to remove all packages, upgrade Orchestra, and then add all packages back
- updated composer.json because url is not laravel-api-helpers but just api-helpers
- tests failing because no slack API token available on hand but that's fine because 4/6 are passing

## v0.1.3 - 2021-10-26

- allow union type string|array in post and delete
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fintech-systems/laravel-api-helpers",
"name": "fintech-systems/api-helpers",
"description": "Various helpers to make interacting with APIs easier",
"keywords": [
"fintech-systems",
"laravel",
"laravel-api-helpers"
"laravel-helpers"
],
"homepage": "https://github.com/fintech-systems/laravel-api-helpers",
"homepage": "https://github.com/fintech-systems/api-helpers",
"license": "MIT",
"authors": [
{
Expand All @@ -17,16 +17,16 @@
],
"require": {
"php": "^8.0",
"spatie/laravel-package-tools": "^1.4.3",
"illuminate/contracts": "^8.37"
"illuminate/contracts": "^9.25",
"spatie/laravel-package-tools": "^1.12"
},
"require-dev": {
"nunomaduro/collision": "^5.3",
"orchestra/testbench": "^6.15",
"pestphp/pest": "^1.18",
"pestphp/pest-plugin-laravel": "^1.1",
"spatie/laravel-ray": "^1.23",
"vimeo/psalm": "^4.8"
"nunomaduro/collision": "^6.2",
"orchestra/testbench": "^7.6",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.2",
"spatie/laravel-ray": "^1.30",
"vimeo/psalm": "^4.26"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 85a37f5

Please sign in to comment.