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 447ae7f commit be155afCopy full SHA for be155af
.github/workflows/tests_build.yaml
@@ -23,6 +23,8 @@ jobs:
23
coverage: xdebug
24
- name: Checkout
25
uses: actions/checkout@v2
26
+ - name: "Validate composer.json"
27
+ run: "composer validate"
28
- name: "Install dependencies"
29
run: "composer install"
30
- name: "CS Check"
composer.json
@@ -1,7 +1,6 @@
1
{
2
"name": "yllumi/ci4-pages",
3
"description": "Page based router for CodeIgniter 4",
4
- "version": "1.0.2",
5
"type": "library",
6
"require": {
7
"php": "^8.1",
0 commit comments