Skip to content

Commit

Permalink
chore: update dependencies (#98)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* chore: update missing translations
  • Loading branch information
andreiio authored Aug 25, 2023
1 parent 53551f6 commit 2db75ef
Show file tree
Hide file tree
Showing 9 changed files with 1,625 additions and 518 deletions.
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
{
"name": "code4romania/asistent-medical-comunitar",
"name": "code4romania/rvm",
"type": "project",
"description": "The Laravel Framework.",
"keywords": ["code4romania", "laravel", "asistent", "medical", "comunitar"],
"description": "A management system for volunteers and resources in case of an earthquake.",
"keywords": ["code4romania", "laravel", "resource", "volunteer", "management"],
"license": "MPL-2.0",
"require": {
"php": "^8.1",
"alcea/cnp": "^3.0",
"filament/filament": "^2.17",
"filament/spatie-laravel-media-library-plugin": "^2.17",
"guzzlehttp/guzzle": "^7.7",
"laravel/framework": "^10.14",
"laravel/framework": "^10.20",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.7",
"league/flysystem-aws-s3-v3": "^3.15",
"pxlrbt/filament-excel": "^1.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.7",
"barryvdh/laravel-debugbar": "^3.9",
"barryvdh/laravel-ide-helper": "^2.13",
"fakerphp/faker": "^1.23",
"friendsofphp/php-cs-fixer": "^3.20",
"friendsofphp/php-cs-fixer": "^3.23",
"itsgoingd/clockwork": "^5.1",
"laravel-lang/common": "^4.0",
"laravel/sail": "^1.23",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.7",
"phpunit/phpunit": "^10.2",
"spatie/laravel-ignition": "^2.2"
"nunomaduro/collision": "^7.8",
"phpunit/phpunit": "^10.3",
"spatie/laravel-ignition": "^2.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2db75ef

Please sign in to comment.