mirror of
https://github.com/jawira/emoji-catalog.git
synced 2025-01-16 21:08:21 +01:00
feat: Remove composer normalize
This commit is contained in:
parent
71590696f6
commit
29c088ecc1
4
.github/workflows/qa.yaml
vendored
4
.github/workflows/qa.yaml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
qa:
|
||||
strategy:
|
||||
matrix:
|
||||
php: [ '7.3','7.4','8.0','8.1','8.2','8.3' ]
|
||||
php: [ '7.4','8.0','8.1','8.2','8.3','8.4' ]
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
@ -30,4 +30,4 @@ jobs:
|
||||
run: composer install --no-interaction
|
||||
|
||||
- name: qa target
|
||||
run: vendor/bin/phing setup qa
|
||||
run: vendor/bin/phing qa
|
||||
|
BIN
build.png
BIN
build.png
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 42 KiB |
14
build.xml
14
build.xml
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="jawira/emoji-catalog" default="help" phingVersion="3">
|
||||
<project name="jawira/emoji-catalog" default="help">
|
||||
|
||||
|
||||
<property name="emoji.source" value="https://unicode.org/Public/emoji/16.0/emoji-test.txt"/>
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
<target name="setup" description="Prepare project for dev" depends="composer:install"/>
|
||||
<target name="qa" description="Quality assurance"
|
||||
depends="composer:normalize,composer:validate,php:lint,emoji:tests"/>
|
||||
depends="composer:validate,php:lint,emoji:tests"/>
|
||||
<target name="update" description="Update class and catalog"
|
||||
depends="emoji:download-source,emoji:update,doc:update,emoji:count"/>
|
||||
|
||||
@ -31,16 +31,6 @@
|
||||
</composer>
|
||||
</target>
|
||||
|
||||
<target name="composer:normalize" description="Normalize composer.json">
|
||||
<composer command="normalize">
|
||||
<arg value="--ansi"/>
|
||||
<arg value="--no-interaction"/>
|
||||
<arg value="--diff"/>
|
||||
<arg value="--indent-size=2"/>
|
||||
<arg value="--indent-style=space"/>
|
||||
</composer>
|
||||
</target>
|
||||
|
||||
<target name="emoji:download-source">
|
||||
<mkdir dir="resources/unicode"/>
|
||||
<httpget dir="resources/unicode" url="${emoji.source}"/>
|
||||
|
@ -22,7 +22,6 @@
|
||||
"php": "^7.3 || ^8.0",
|
||||
"ext-intl": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ergebnis/composer-normalize": "^2.28",
|
||||
"jawira/skeleton": "^2.16",
|
||||
"phing/phing": "^2.17 || ^3"
|
||||
},
|
||||
@ -40,9 +39,6 @@
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"ergebnis/composer-normalize": true
|
||||
},
|
||||
"platform-check": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
|
Loading…
x
Reference in New Issue
Block a user