Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package name in README.md #1

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Utopia Servers

[![Build Status](https://travis-ci.com/utopia-php/queue.svg?branch=main)](https://travis-ci.com/utopia-php/queue)
![Total Downloads](https://img.shields.io/packagist/dt/utopia-php/queue.svg)
![Total Downloads](https://img.shields.io/packagist/dt/utopia-php/servers.svg)
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord)](https://appwrite.io/discord)

Utopia Queue is base library for building Utopia style servers. This library is aiming to be as simple and easy to learn and use. This library is maintained by the [Appwrite team](https://appwrite.io).
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"type": "library",
"keywords": ["php","framework", "upf", "utopia", "servers"],
"license": "MIT",
"minimum-stability": "stable",
"minimum-stability": "dev",
"authors": [
{
"name": "Team Appwrite",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {"Utopia\\Queue\\": "src/Servers"}
"psr-4": {"Utopia\\Servers\\": "src/Servers"}
},
"autoload-dev": {
"psr-4": {"Tests\\E2E\\": "tests/Servers/Unit"}
Expand All @@ -25,8 +25,7 @@
},
"require": {
"php": ">=8.0",
"utopia-php/cli": "0.17.*",
"utopia-php/di": "dev-main"
"utopia-php/di": "dev-feat-framework-v2"
},
"require-dev": {
"phpunit/phpunit": "^9.5.5",
Expand Down
Loading
Loading