Skip to content

Commit fd32c59

Browse files
authored
Merge pull request #8 from samsonasik/chore-remove-version-in-composer-json
chore: remove version definition in composer.json
2 parents 447ae7f + be155af commit fd32c59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests_build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
coverage: xdebug
2424
- name: Checkout
2525
uses: actions/checkout@v2
26+
- name: "Validate composer.json"
27+
run: "composer validate"
2628
- name: "Install dependencies"
2729
run: "composer install"
2830
- name: "CS Check"

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "yllumi/ci4-pages",
33
"description": "Page based router for CodeIgniter 4",
4-
"version": "1.0.2",
54
"type": "library",
65
"require": {
76
"php": "^8.1",

0 commit comments

Comments
 (0)