Skip to content

Commit c5ddaf7

Browse files
committed
Updating the version to 2.6
1 parent 276f5e5 commit c5ddaf7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP_NAME="Quantum PHP Framework"
2-
APP_VERSION=2.5
2+
APP_VERSION=2.6
33
DB_DRIVER=mysql
44
DB_HOST=localhost
55
DB_NAME=

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quantum PHP Framework (project)
22

3-
[![Build Status](https://travis-ci.org/softberg/quantum-php-core.svg?branch=master)](https://travis-ci.org/softberg/quantum-php-core)
3+
[![Build Status](https://app.travis-ci.com/softberg/quantum-php-core.svg?branch=master)](https://app.travis-ci.com/softberg/quantum-php-core)
44
[![GitHub](https://img.shields.io/github/license/softberg/quantum-php-core)](https://github.com/softberg/quantum-php-core/blob/master/LICENSE)
55
[![Scrutinizer code quality](https://shields.cdn.bka.li/scrutinizer/quality/g/softberg/quantum-php-core)](https://scrutinizer-ci.com/g/softberg/quantum-php-core)
66
[![Packagist Version](https://img.shields.io/packagist/v/quantum/framework)](https://packagist.org/packages/quantum/project)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "Quantum Project",
44
"keywords": ["framework", "php", "quantum", "project"],
55
"license": "MIT",
6-
"version": "2.5.0",
6+
"version": "2.6.0",
77
"type": "project",
88
"require": {
9-
"quantum/framework": "dev-master",
9+
"quantum/framework": "2.6.0",
1010
"fakerphp/faker": "^1.15",
1111
"bluemmb/faker-picsum-photos-provider": "^2.0"
1212
},
@@ -27,7 +27,7 @@
2727
"php qt core:debugbar",
2828
"php qt core:key --length=64",
2929
"php qt install:demo",
30-
"php qt core:welcome"
30+
"php qt core:version"
3131
]
3232
}
3333
}

0 commit comments

Comments
 (0)