Skip to content

Commit

Permalink
Laravel 10 (#140)
Browse files Browse the repository at this point in the history
* Laravel 10 (#139)

* Travis change php versions and branches

---------

Co-authored-by: Simon Barrett <[email protected]>
  • Loading branch information
maguilar92 and SimonBarrettACT authored Feb 17, 2023
1 parent 7eeba7b commit d740ce3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: php

php:
- "7.2.5"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"

before_script:
- curl -sS https://getcomposer.org/installer | php -- --filename=composer
Expand All @@ -20,5 +18,4 @@ after_script:
branches:
only:
- master
- 7.0
- 8.0
- 10.0
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"require": {
"php": "^7.2.5|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/container": "^7.0|^8.0|^9.0",
"illuminate/database": "^7.0|^8.0|^9.0",
"illuminate/events": "^7.0|^8.0|^9.0"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/container": "^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0",
"illuminate/events": "^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4|^9.0",
Expand Down

0 comments on commit d740ce3

Please sign in to comment.