Skip to content

Commit 0d4ed38

Browse files
committed
Upgrade composer.json
1 parent 9988136 commit 0d4ed38

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/phpunit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
pull_request:
99
branches:
1010
- master
11-
schedule:
12-
- cron: "0 8 * * 1"
1311

1412
jobs:
1513
Build:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"prefer-stable": true,
1111
"require": {
1212
"php": ">=5.6.0",
13-
"byjg/micro-orm": "dev-bump",
14-
"byjg/cache-engine": "dev-bump",
15-
"byjg/jwt-wrapper": "dev-bump"
13+
"byjg/micro-orm": "4.9.*",
14+
"byjg/cache-engine": "4.9.*",
15+
"byjg/jwt-wrapper": "4.9.*"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "5.7.*|7.4.*|^9.5"

0 commit comments

Comments
 (0)