Skip to content

Commit b715778

Browse files
committed
- Removed composer.lock
- Updated dependencies - Updated SQL schema
1 parent 83e4a57 commit b715778

File tree

4 files changed

+17
-4479
lines changed

4 files changed

+17
-4479
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 1.0.1
2+
3+
- Removed composer.lock
4+
- Updated dependencies
5+
- Updated SQL schema
6+
17
#### 1.0.0
28

39
* Support Phalcon 4.0.0-RC.3

composer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
22
"name":"codeception/module-phalcon4",
33
"description":"Codeception module for Phalcon 4 framework",
4-
"keywords":["codeception", "phalcon"],
4+
"keywords":["codeception", "phalcon", "phalcon4"],
55
"homepage":"https://codeception.com/",
66
"type":"library",
77
"license":"MIT",
8-
"authors":[
8+
"authors": [
99
{
10-
"name":"Ruud Boon"
10+
"name": "Phalcon Team",
11+
"email": "[email protected]",
12+
"homepage": "https://phalcon.io/en/team"
13+
},
14+
{
15+
"name": "Codeception Team",
16+
"email": "[email protected]",
17+
"homepage": "http://codeception.com/"
1118
}
1219
],
13-
"minimum-stability": "RC",
14-
1520
"require": {
1621
"php": ">=7.2.0 <8.0",
1722
"codeception/lib-innerbrowser": "dev-master | ^1.0",

0 commit comments

Comments
 (0)