Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-mabrouk committed Jul 1, 2024
1 parent 2829ca7 commit 377e5c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mabrouk/project-setting is a Laravel api package for dealing with project settin
You can install the package using composer.

```bash
composer install mabrouk/project-setting
composer require mabrouk/project-setting
```

* Now you need to run the following ```command``` in order to migrate package tables and publish ```project_settings.php``` config file to config directory
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"minimum-stability": "dev",
"require": {
"laravel/framework": "^9",
"mabrouk/translatable": "^1",
"mabrouk/filterable": "dev-master"
"mabrouk/translatable": "^1.0",
"mabrouk/filterable": "^1.0"
},
"require-dev": {
"orchestra/testbench": "^7.0@dev"
Expand Down

0 comments on commit 377e5c2

Please sign in to comment.