This website requires JavaScript.
Explore
Help
Register
Sign In
Game-jam-Devs
/
Game-Jaming
Watch
4
Star
0
Fork
You've already forked Game-Jaming
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
768fdd04bb
Game-Jaming
/
composer.json
11 lines
152 B
JSON
Raw
Normal View
History
Unescape
Escape
orm
2021-03-03 08:49:59 +00:00
{
"require"
:
{
fix
2021-03-16 11:46:44 +00:00
"illuminate/database"
:
"^8.30"
Made models
2021-03-03 10:41:09 +00:00
}
,
"autoload"
:
{
"classmap"
:
[
"Backend/Models"
]
orm
2021-03-03 08:49:59 +00:00
}
}