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 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " >=5.6.4 " ,
15
+ "php" : " >=7.0 " ,
16
16
"guzzlehttp/guzzle" : " ^6.2" ,
17
17
"illuminate/notifications" : " ~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0" ,
18
18
"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"
19
19
},
20
20
"require-dev" : {
21
- "mockery/mockery" : " ^0.9.5 " ,
22
- "phpunit/phpunit" : " 5 .*"
21
+ "mockery/mockery" : " ^1.2.0 " ,
22
+ "phpunit/phpunit" : " 6 .*"
23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
Original file line number Diff line number Diff line change 3
3
namespace NotificationChannels \Pushbullet \Test ;
4
4
5
5
use NotificationChannels \Pushbullet \PushbulletMessage ;
6
+ use PHPUnit \Framework \TestCase ;
6
7
7
- class PushbulletMessageTest extends \PHPUnit_Framework_TestCase
8
+ class PushbulletMessageTest extends TestCase
8
9
{
9
10
/** @test */
10
11
public function message_can_be_instantiated_with_text ()
You can’t perform that action at this time.
0 commit comments