Skip to content

Commit 47eb590

Browse files
authored
Merge pull request #150 from armanist/master
Updating .env.example and composer.json to use 2.9.8 version
2 parents d632c21 + a704134 commit 47eb590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.9.7
2+
APP_VERSION=2.9.8
33
DB_DRIVER=mysql
44
DB_HOST=localhost
55
DB_NAME=

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"type": "project",
77
"require": {
8-
"quantum/framework": "dev-master",
8+
"quantum/framework": "^2.9.8",
99
"fakerphp/faker": "^1.15",
1010
"bluemmb/faker-picsum-photos-provider": "^2.0",
1111
"doctrine/annotations": "^2.0",

0 commit comments

Comments
 (0)