Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FarizInk committed Mar 18, 2024
1 parent 20e4247 commit a3e4ed7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"require-dev": {
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^11.0",
"jetbrains/phpstorm-attributes": "^1.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.6"
Expand Down
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ composer require dentro/yalr
```

### Requirements
- PHP : "^8.0"
- Laravel : "^8.0|^9.0"
| PHP | Laravel | Yalr |
|-----|---------|------|
| 8.0 | 8.0 | 1.0 |
| 8.1 | 9.0 | 1.1 |
| 8.2 | 10.0 | 1.2 |
| 8.3 | 11.0 | 1.3 |


### Applying into your project
Run command in your project
Expand Down

0 comments on commit a3e4ed7

Please sign in to comment.