Skip to content

Commit 141c56f

Browse files
committed
Fix composer memory limit
1 parent 9a8e961 commit 141c56f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ php:
55
- 7.4
66

77
script:
8-
- composer install
8+
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction
99
- phpunit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Lumen Route Binding
22

33
[![Build Status](https://travis-ci.org/mmghv/lumen-route-binding.svg?branch=master)](https://travis-ci.org/mmghv/lumen-route-binding)
4-
[![Lumen Version](https://img.shields.io/badge/Lumen-5%20--%207-orange.svg)](https://github.com/laravel/lumen)
4+
[![Lumen Version](https://img.shields.io/badge/Lumen-5%20--%208-orange.svg)](https://github.com/laravel/lumen)
55
[![Latest Stable Version](https://poser.pugx.org/mmghv/lumen-route-binding/v/stable)](https://packagist.org/packages/mmghv/lumen-route-binding)
66
[![Total Downloads](https://poser.pugx.org/mmghv/lumen-route-binding/downloads)](https://packagist.org/packages/mmghv/lumen-route-binding)
77
[![Latest Unstable Version](https://poser.pugx.org/mmghv/lumen-route-binding/v/unstable)](https://packagist.org/packages/mmghv/lumen-route-binding)

0 commit comments

Comments
 (0)