File: laravel-10.x.multi-tester.yml

package info (click to toggle)
php-nesbot-carbon 2.73.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 19,940 kB
  • sloc: php: 158,741; xml: 99; makefile: 32; sh: 14
file content (14 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config:
  directory: ../..

projects:
  laravel/framework:
    source:
      type: git
      url: https://github.com/laravel/framework.git
      reference: 10.x
      success_only: true
    install:
      - composer require psr/log:2.0.0 --no-update
      - composer update --prefer-dist --no-interaction --prefer-stable
      - echo -e "\nREDIS_HOST=\"127.0.0.1\"\nREDIS_PORT=6379" >> .env