Skip to content

Commit 7104ad0

Browse files
committed
Try pug/twig alone
1 parent 543b357 commit 7104ad0

3 files changed

Lines changed: 46 additions & 57 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
17-
setup: ['lowest', 'stable', 'next']
16+
php: ['8.5']
17+
setup: ['stable']
1818

1919
name: PHP ${{ matrix.php }} - ${{ matrix.setup }}
2020

.multi-tester.yml

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
pug-php/pug:
2-
source:
3-
success_only: true
4-
url: https://github.com/pug-php/pug.git
5-
reference: master
6-
install: github
7-
script: github
8-
9-
pug/bemto:
10-
autoload:
11-
- cp -r vendor/phug/phug vendor/phug/compiler
12-
- cp -r vendor/phug/phug vendor/phug/formatter
13-
- composer dump-autoload --optimize --no-interaction --quiet
14-
15-
pug-php/pug-assets:
16-
install:
17-
- composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
18-
- composer install --no-interaction
19-
20-
pug-php/pug-minify:
21-
install:
22-
- composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
23-
- composer install --no-interaction
1+
#pug-php/pug:
2+
# source:
3+
# success_only: true
4+
# url: https://github.com/pug-php/pug.git
5+
# reference: master
6+
# install: github
7+
# script: github
8+
#
9+
#pug/bemto:
10+
# autoload:
11+
# - cp -r vendor/phug/phug vendor/phug/compiler
12+
# - cp -r vendor/phug/phug vendor/phug/formatter
13+
# - composer dump-autoload --optimize --no-interaction --quiet
14+
#
15+
#pug-php/pug-assets:
16+
# install:
17+
# - composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
18+
# - composer install --no-interaction
19+
#
20+
#pug-php/pug-minify:
21+
# install:
22+
# - composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
23+
# - composer install --no-interaction
2424

2525
#pug/slim:
2626
# install:
@@ -29,21 +29,21 @@ pug-php/pug-minify:
2929

3030
pug/twig: default
3131

32-
ci-pug/ci-pug:
33-
install:
34-
- composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
35-
- composer install --no-interaction
36-
37-
bkwld/laravel-pug:
38-
source:
39-
success_only: true
40-
url: https://github.com/BKWLD/laravel-pug.git
41-
reference: master
42-
install: github
43-
script: github
44-
45-
pug/yii2:
46-
install:
47-
- composer config --no-plugins allow-plugins.yiisoft/yii2-composer true
48-
- composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
49-
- composer install --no-interaction
32+
#ci-pug/ci-pug:
33+
# install:
34+
# - composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
35+
# - composer install --no-interaction
36+
#
37+
#bkwld/laravel-pug:
38+
# source:
39+
# success_only: true
40+
# url: https://github.com/BKWLD/laravel-pug.git
41+
# reference: master
42+
# install: github
43+
# script: github
44+
#
45+
#pug/yii2:
46+
# install:
47+
# - composer config --no-plugins allow-plugins.yiisoft/yii2-composer true
48+
# - composer config --no-plugins allow-plugins.nodejs-php-fallback/nodejs-php-fallback true
49+
# - composer install --no-interaction

composer.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,6 @@
2626
"php": "^7.1 || ^8.0",
2727
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
2828
},
29-
"require-dev": {
30-
"cebe/markdown": "^1.1",
31-
"js-phpize/js-phpize-phug": "^2.2.1",
32-
"nodejs-php-fallback/coffeescript": "^1.0.1",
33-
"nodejs-php-fallback/less": "^1.0.5",
34-
"nodejs-php-fallback/stylus": "^1.0.4",
35-
"nodejs-php-fallback/uglify": "^1.0.4",
36-
"phpunit/phpunit": "^7.5.20 || ^8.5.52 || ^9.6.34",
37-
"phpunit/php-code-coverage": "^6.1.4 || ^7.0.17 || ^9.2.32",
38-
"phpunit/php-invoker": "^1.1.4 || ^3.1.1",
39-
"pug-php/pug": "^3.4.1",
40-
"pug-php/pug-filter-coffee-script": "^1.3.1",
41-
"squizlabs/php_codesniffer": "^3.13.5"
42-
},
4329
"replace": {
4430
"phug/ast": "self.version",
4531
"phug/compiler": "self.version",
@@ -90,5 +76,8 @@
9076
"allow-plugins": {
9177
"nodejs-php-fallback/nodejs-php-fallback": true
9278
}
79+
},
80+
"require-dev": {
81+
"kylekatarnls/multi-tester": "dev-feature/replace-packages"
9382
}
9483
}

0 commit comments

Comments
 (0)