Skip to content

Commit

Permalink
Merge pull request #3 from HydrefLab/1.1
Browse files Browse the repository at this point in the history
Update to v1.1
  • Loading branch information
golonix authored Jan 16, 2018
2 parents 51c7752 + f08eb9f commit 1307524
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 16 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 7.0
- 7.1
- 7.2

Expand Down
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
#CHANGELOG

## 14-01-2017 - v1.0.0
* Initial version
## v1.0.0 (14-01-2018)
* Initial version

## v1.1.0 (16-01-2018)

### Added
* Added new characters

### Changed
* Decreased required PHP version

### Fixed
* Fixed `IGG-88` droid name
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.0",
"fzaninotto/faker": "~1.4"
},
"require-dev": {
Expand Down
34 changes: 22 additions & 12 deletions src/Provider/Character.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,43 @@ class Character extends Base
* @var array
*/
protected static $lightSide = [
'Anakin Skywalker',
'Adi Gallia', 'Agen Kolar', 'Anakin Skywalker',
'Coleman Kcaj',
'Depa Billaba',
'Eeth Koth', 'Even Piell',
'Ki Adi Mundi', 'Kit Fisto',
'Obi-Wan Kenobi',
'Leia Organa', 'Luke Skywalker',
'Mace Windu',
'Oppo Rancisis',
'Plo Koon',
'Rey',
'Saesee Tiin', 'Shaak Ti', 'Stass Allie',
'Qui-Gon Jinn',
'Yoda',
'Yaddle', 'Yarael Poof', 'Yoda',
];

/**
* @var array
*/
protected static $characters = [
'Amilyn Holdo',
'Boba Fett',
'C-3PO', 'Captain Phasma', 'Chewbacca',
'Finn',
'Bail Prestor Organa', 'Boba Fett', 'Bossk', 'Bren Derlin',
'C-3PO', 'Captain Phasma', 'Chewbacca', 'Crix Madine',
'Finis Valorum', 'Finn', 'Firmus Piett',
'Gial Ackbar', 'Grievous',
'Han Solo',
'Jabba the Hutt', 'Jango Fett', 'Jar Jar Binks',
'Lando Calrissian',
'Maz Kanata',
'Jabba the Hutt', 'Jan Dodonna', 'Jango Fett', 'Jar Jar Binks',
'Kendal Ozzel',
'Lando Calrissian', 'Lobot',
'Mas Amedda', 'Maz Kanata', 'Mon Mothma',
'Nute Gunray',
'Padmé Amidala', 'Poe Dameron',
'R2-D2',
'Sheev Palpatine', 'Sebulba',
'Watto', 'Wilhuff Tarkin',
'Padmé Amidala', 'Poe Dameron', 'Poggle the Lesser',
'R2-D2', 'Rune Haako',
'Sheev Palpatine', 'Shmi Skywalker', 'Sebulba', 'Sly Moore',
'Taun We',
'Watto', 'Wedge Antilles', 'Wicket Warrick', 'Wilhuff Tarkin',
'Zam Wesell',
];

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/Droid.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Droid extends Base
'C-3PO',
'EV-9D9',
'FA-4',
'IG-88',
'IGG-88',
'R2-D2', 'R2-Q5', 'R5-D4',
'TC-14',
];
Expand Down

0 comments on commit 1307524

Please sign in to comment.