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

package info (click to toggle)
php-nesbot-carbon 2.65.0-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,280 kB
  • sloc: php: 157,346; xml: 42; makefile: 26; sh: 12
file content (14 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
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: 9.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