Skip to content

Commit 02f356c

Browse files
committed
Rename project to elephox/miniphox-framework and pin elephox/framework to 0.7
1 parent d58fd4c commit 02f356c

File tree

4 files changed

+765
-91
lines changed

4 files changed

+765
-91
lines changed

.idea/miniphox.iml

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "elephox/miniphox",
2+
"name": "elephox/miniphox-framework",
33
"description": "A minimal API framework based on Elephox.",
44
"license": "MIT",
55
"type": "library",
@@ -12,9 +12,7 @@
1212
"require": {
1313
"php": "^8.1",
1414
"react/http": "^1.8",
15-
"elephox/collection": "dev-develop",
16-
"elephox/di": "dev-develop",
17-
"elephox/logging": "dev-develop",
15+
"elephox/framework": "^0.7",
1816
"ricardoboss/php-console-logger": "^2.3"
1917
},
2018
"minimum-stability": "dev",

0 commit comments

Comments
 (0)