Compare commits
13 Commits
d38d80c964
...
dfa745e800
Author | SHA1 | Date | |
---|---|---|---|
dfa745e800 | |||
bbb878ae07 | |||
f2e93ee243 | |||
9aebdbc1a3 | |||
39fc6b2ecb | |||
7a45699d3f | |||
213792b1d4 | |||
7029bbb75f | |||
469b006c0a | |||
082021c7ac | |||
3973c25234 | |||
0fd64f83ae | |||
65a09328cc |
@ -10,7 +10,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"esoko/soko-web": "0.14",
|
||||
"esoko/soko-web": "dev-feature/lazy-create-mysql-connection",
|
||||
"fzaninotto/faker": "^1.9"
|
||||
},
|
||||
"require-dev": {
|
||||
|
12
composer.lock
generated
12
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "00d7fdf2ffefd95b3379f5eb8305c288",
|
||||
"content-hash": "2948c5d472df0ba9b55600cb8d26a2e9",
|
||||
"packages": [
|
||||
{
|
||||
"name": "cocur/slugify",
|
||||
@ -82,11 +82,11 @@
|
||||
},
|
||||
{
|
||||
"name": "esoko/soko-web",
|
||||
"version": "v0.14",
|
||||
"version": "dev-feature/lazy-create-mysql-connection",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.esoko.eu/esoko/soko-web.git",
|
||||
"reference": "ebe1fa2aa625c9035611bd995539e9d0f87d1e08"
|
||||
"reference": "bccee89c131b6b1c65273b0e54f397f977a8750a"
|
||||
},
|
||||
"require": {
|
||||
"cocur/slugify": "^4.3",
|
||||
@ -108,7 +108,7 @@
|
||||
"GNU GPL 3.0"
|
||||
],
|
||||
"description": "Lightweight web framework",
|
||||
"time": "2023-09-16T21:56:41+00:00"
|
||||
"time": "2023-09-16T11:12:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fzaninotto/faker",
|
||||
@ -3140,7 +3140,9 @@
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"stability-flags": {
|
||||
"esoko/soko-web": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
|
Loading…
Reference in New Issue
Block a user