mirror of
https://github.com/jawira/emoji-catalog.git
synced 2025-01-17 13:28: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:
|
qa:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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
|
runs-on: ubuntu-22.04
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
@ -30,4 +30,4 @@ jobs:
|
|||||||
run: composer install --no-interaction
|
run: composer install --no-interaction
|
||||||
|
|
||||||
- name: qa target
|
- 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"?>
|
<?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"/>
|
<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="setup" description="Prepare project for dev" depends="composer:install"/>
|
||||||
<target name="qa" description="Quality assurance"
|
<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"
|
<target name="update" description="Update class and catalog"
|
||||||
depends="emoji:download-source,emoji:update,doc:update,emoji:count"/>
|
depends="emoji:download-source,emoji:update,doc:update,emoji:count"/>
|
||||||
|
|
||||||
@ -31,16 +31,6 @@
|
|||||||
</composer>
|
</composer>
|
||||||
</target>
|
</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">
|
<target name="emoji:download-source">
|
||||||
<mkdir dir="resources/unicode"/>
|
<mkdir dir="resources/unicode"/>
|
||||||
<httpget dir="resources/unicode" url="${emoji.source}"/>
|
<httpget dir="resources/unicode" url="${emoji.source}"/>
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
"php": "^7.3 || ^8.0",
|
"php": "^7.3 || ^8.0",
|
||||||
"ext-intl": "*",
|
"ext-intl": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ergebnis/composer-normalize": "^2.28",
|
|
||||||
"jawira/skeleton": "^2.16",
|
"jawira/skeleton": "^2.16",
|
||||||
"phing/phing": "^2.17 || ^3"
|
"phing/phing": "^2.17 || ^3"
|
||||||
},
|
},
|
||||||
@ -40,9 +39,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"allow-plugins": {
|
|
||||||
"ergebnis/composer-normalize": true
|
|
||||||
},
|
|
||||||
"platform-check": true,
|
"platform-check": true,
|
||||||
"preferred-install": "dist",
|
"preferred-install": "dist",
|
||||||
"sort-packages": true
|
"sort-packages": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user