Skip to content

Commit

Permalink
Minor dependency updates
Browse files Browse the repository at this point in the history
Minor dependency updates
  • Loading branch information
AlvinCoded authored Jan 17, 2025
2 parents 04c4b9f + df27dfe commit e031511
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 18 deletions.
39 changes: 27 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
# Changelog

All notable changes to `laravel-mtn-momo-ai` will be documented in this file.

## 1.0.1 - 2025-01-10

### Fixed
- minor bug fixes

## 1.0.0 - 2025-01-08

Initial Release ✨
# Changelog

All notable changes to `laravel-mtn-momo-ai` will be documented in this file.

## v1.1.0 - 2025-01-12

### Fixed

- issues with the installation command
- issues with the NLP (Natural Language Processing) not working
- removed unnecessary code
- some functionality with the help of AI models not working

### Added

- proper PHPDoc standard comments for clearer understanding of use
- automated AI-prompted notification feature for alerting users of transaction anomalies

## 1.0.1 - 2025-01-10

### Fixed

- minor bug fixes

## 1.0.0 - 2025-01-08

Initial Release ✨
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Laravel MTN MOMO AI

[![Latest Version on Packagist](https://img.shields.io/packagist/v/alvincoded/laravel-mtn-momo-ai.svg?style=flat-square)](https://packagist.org/packages/alvincoded/laravel-mtn-momo-ai)
[![Total Downloads](https://img.shields.io/packagist/dt/alvincoded/laravel-mtn-momo-ai.svg?style=flat-square)](https://packagist.org/packages/alvincoded/laravel-mtn-momo-ai)
[![Tests](https://github.com/alvincoded/laravel-mtn-momo-ai/actions/workflows/tests.yml/badge.svg)](https://github.com/alvincoded/laravel-mtn-momo-ai/actions/workflows/tests.yml)
[![Code Style](https://github.com/alvincoded/laravel-mtn-momo-ai/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/alvincoded/laravel-mtn-momo-ai/actions/workflows/php-cs-fixer.yml)
[![Security](https://github.com/alvincoded/laravel-mtn-momo-ai/actions/workflows/security.yml/badge.svg)](https://github.com/alvincoded/laravel-mtn-momo-ai/actions/workflows/security.yml)
<!-- [![codecov](https://codecov.io/gh/alvincoded/laravel-mtn-momo-ai/graph/badge.svg?token=D0X6XJZCQR)](https://codecov.io/gh/alvincoded/laravel-mtn-momo-ai) -->
<!-- [![Total Downloads](https://img.shields.io/packagist/dt/alvincoded/laravel-mtn-momo-ai.svg?style=flat-square)](https://packagist.org/packages/alvincoded/laravel-mtn-momo-ai) -->
<!-- [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=ff69b4)](https://github.com/sponsors/AlvinCoded) -->

A powerful Laravel package that integrates [MTN Mobile Money API](https://momodeveloper.mtn.com/) with AI capabilities, providing intelligent transaction analysis, fraud detection, and more!
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"php": "^8.1|^8.2",
"illuminate/support": "^9.0|^10.0|^11.0",
"laravel/framework": "^9.46.0|^10.34.2|^11.23.5",
"guzzlehttp/guzzle": "^7.0",
"openai-php/client": "^0.5.0",
"mozex/anthropic-laravel": "^1.0",
"guzzlehttp/guzzle": "^7.9",
"mozex/anthropic-laravel": "^1.1",
"openai-php/client": "^0.10.3",
"google-gemini-php/laravel": "^1.0"
},
"require-dev": {
"mockery/mockery": "^1.6",
"orchestra/testbench": "7.0|^8.0|^9.0|^10.0|^11.0",
"phpunit/phpunit": "^9.0|^10.0",
"friendsofphp/php-cs-fixer": "^3.0",
"friendsofphp/php-cs-fixer": "^3.67",
"phpstan/phpstan": "^1.10",
"nunomaduro/larastan": "^2.0",
"symfony/var-dumper": "^6.0|^7.0",
"vimeo/psalm": "^5.0",
"vimeo/psalm": "^5.26",
"rector/rector": "^0.19"
},
"autoload": {
Expand Down

0 comments on commit e031511

Please sign in to comment.