Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
README, composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Feb 3, 2017
1 parent 96c5b82 commit 8ca3d89
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CHANGELOG for 0.9.0 RC
======================

0.9.0 (03.02.2017)
-----
* DBAL, Pagination and Migration component split from component repository
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Spiral DBAL
========
[![Latest Stable Version](https://poser.pugx.org/spiral/database/v/stable)](https://packagist.org/packages/spiral/database)
[![License](https://poser.pugx.org/spiral/database/license)](https://packagist.org/packages/spiral/database)
[![Build Status](https://travis-ci.org/spiral/database.svg?branch=master)](https://travis-ci.org/spiral/database)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/spiral/database/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/spiral/database/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/spiral/database/badge.svg?branch=master)](https://coveralls.io/github/spiral/database?branch=master)

<b>[Documentation](http://spiral-framework.com/guide)</b> | [CHANGELOG](/CHANGELOG.md)
21 changes: 5 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spiral/components",
"type": "framework",
"description": "Spiral, Core Components",
"name": "spiral/database",
"type": "library",
"description": "DBAL, schema introspection, migration and pagination",
"license": "MIT",
"authors": [
{
Expand All @@ -11,25 +11,14 @@
],
"require": {
"php": ">=7.0",
"ext-mbstring": "*",
"ext-openssl": "*",
"psr/log": "*",
"psr/http-message": "^1.0",
"container-interop/container-interop": "^1.1",
"symfony/finder": "^3.0",
"symfony/event-dispatcher": "^3.0",
"doctrine/inflector": "^v1.1"
"spiral/common": "^0.9"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"mockery/mockery": "^0.9.4",
"vlucas/phpdotenv": "^2.1",
"guzzlehttp/guzzle": "~6.0"
"vlucas/phpdotenv": "^2.1"
},
"autoload": {
"files": [
"source/functions.php"
],
"psr-4": {
"Spiral\\": "source/Spiral/"
}
Expand Down

0 comments on commit 8ca3d89

Please sign in to comment.