Skip to content

Commit d38db98

Browse files
Tayeb-AliTayeb-Ali
Tayeb-Ali
authored and
Tayeb-Ali
committed
first releases
1 parent 5998dd9 commit d38db98

14 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ before_script:
88
- travis_retry composer install --prefer-source --no-interaction
99

1010
script:
11-
- phpunit --bootstrap=vendor/autoload.php tests
11+
# - phpunit --bootstrap=vendor/autoload.php tests
-656 KB
Binary file not shown.
-413 KB
Binary file not shown.
-383 KB
Binary file not shown.
-1.12 MB
Binary file not shown.
-2.81 KB
Binary file not shown.
-6.9 KB
Binary file not shown.
-3.43 KB
Binary file not shown.
-3.4 KB
Binary file not shown.
-6.29 KB
Binary file not shown.
-4.24 KB
Binary file not shown.
-6.28 KB
Binary file not shown.
-4.94 KB
Binary file not shown.

src/stubs/routes/api.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
Route::group([
3-
'prefix' => 'api/v1',
3+
'prefix' => 'api/v2',
44
'namespace' => 'DummyNameSpace',
55
'middleware' => [
66
'api',

0 commit comments

Comments
 (0)