Skip to content

Commit

Permalink
feat: added Object Relational Model(ORM)
Browse files Browse the repository at this point in the history
  • Loading branch information
roufy235 committed Mar 4, 2023
1 parent fd2b2b6 commit 0f273d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- [Composer](https://getcomposer.org/).
- [NodeJs](https://nodejs.org/).
- [GulpJs](https://gulpjs.com/).
- PHP 7.3+.
- PHP 8.1.2+.
- MySQL/MariaDB.

## Quickstart guide
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^8.2",
"php": "^8.1.2",
"slim/slim": "4.*",
"slim/psr7": "^1.2",
"slim/php-view": "^3.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f273d2

Please sign in to comment.