File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " >=5.6.4 " ,
15+ "php" : " >=7.0 " ,
1616 "guzzlehttp/guzzle" : " ^6.2" ,
1717 "illuminate/notifications" : " ~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0" ,
1818 "illuminate/support" : " ~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
1919 },
2020 "require-dev" : {
21- "mockery/mockery" : " ^0.9.5 " ,
22- "phpunit/phpunit" : " 5 .*"
21+ "mockery/mockery" : " ^1.2.0 " ,
22+ "phpunit/phpunit" : " 6 .*"
2323 },
2424 "autoload" : {
2525 "psr-4" : {
Original file line number Diff line number Diff line change 33namespace NotificationChannels \Pushbullet \Test ;
44
55use NotificationChannels \Pushbullet \PushbulletMessage ;
6+ use PHPUnit \Framework \TestCase ;
67
7- class PushbulletMessageTest extends \PHPUnit_Framework_TestCase
8+ class PushbulletMessageTest extends TestCase
89{
910 /** @test */
1011 public function message_can_be_instantiated_with_text ()
You can’t perform that action at this time.
0 commit comments