We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9988136 commit 0d4ed38Copy full SHA for 0d4ed38
.github/workflows/phpunit.yml
@@ -8,8 +8,6 @@ on:
8
pull_request:
9
branches:
10
- master
11
- schedule:
12
- - cron: "0 8 * * 1"
13
14
jobs:
15
Build:
composer.json
@@ -10,9 +10,9 @@
"prefer-stable": true,
"require": {
"php": ">=5.6.0",
- "byjg/micro-orm": "dev-bump",
- "byjg/cache-engine": "dev-bump",
- "byjg/jwt-wrapper": "dev-bump"
+ "byjg/micro-orm": "4.9.*",
+ "byjg/cache-engine": "4.9.*",
+ "byjg/jwt-wrapper": "4.9.*"
16
},
17
"require-dev": {
18
"phpunit/phpunit": "5.7.*|7.4.*|^9.5"
0 commit comments